Html Css Color HEX #774B2B Cape Palliser

📋 copy color: '#774B2B'

red 119 ◦ green 75 ◦ blue 43

#774B2B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cape Palliser #774B2B

Tints of Cape Palliser #774B2B

RGB

 RED value IS 119 (46.88% from 255) = 50.21%

 GREEN value IS 75 (29.69% from 255) = 31.65%

 BLUE value IS 43 (17.19% from 255) = 18.14%

R = 50.21%
G = 31.65%
B = 18.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#774B2B (or 0x774B2B) is known color: Cape Palliser. HEX triplet: 77, 4B and 2B. RGB value is (119,75,43). Sum of RGB (Red+Green+Blue) = 119+75+43=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 75 (29.69% from 255 or 31.65% from 237); Blue value is 43 (17.19% from 255 or 18.14% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #774B2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774B2B is #88B4D4. Grayscale: #545454. Windows color (decimal): -8959189 or 2837367. OLE color: 2837367.

HSL color Cylindrical-coordinate representation of color #774B2B: hue angle of 25.26º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #774B2B is Cyan = 0, Magento = 0.37, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 75 43 -
CMYK 0 0.37 0.64 0.53
HSL 25.26º 0.47% 0.32% -
HSV(B) 25.26º 0.64% 0.47% -
XYZ 10.56 9.13 3.49 -
YUV 84.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 119 75 43 0 0.37 0.64 0.53 25.26 0.47 0.32
Hex 77 4B 2B 0 25 40 35 19 2F 20
Octal 167 113 53 0 45 100 65 31 57 40
Binary 1110111 1001011 101011 0 100101 1000000 110101 11001 101111 100000

Color Harmonies of #774B2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774B2B

Black with #774B2B

Text Example


Text Example

White with #774B2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774B2B; }

 p { color: rgb(119,75,43); }

 H1.HeaderClassName
 {
   color: #774B2B;
 }
 .AnyTagClassName
 {
   color: #774B2B;
 }
</style>

background-color css

<style>
 a { background-color: #774B2B; }

 a { background-color: rgb(119,75,43); }

 div.DivClassName
 {
   background-color: #774B2B;
 }
 .BgClassName
 {
   background-color: #774B2B;
 }
</style>

border-color css

<style>
 span { border-color: #774B2B; }

 span { border-color: rgb(119,75,43); }

 td.TdClassName
 {
   border-color: #774B2B;
 }
 .TagClassName
 {
   border-color: #774B2B;
 }
</style>