Html Css Color HEX #774A2B Cape Palliser

📋 copy color: '#774A2B'

red 119 ◦ green 74 ◦ blue 43

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

Shades of Cape Palliser #774A2B

Tints of Cape Palliser #774A2B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 31.36%

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

R = 50.42%
G = 31.36%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.53

RGB Variations

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

Color information

#774A2B (or 0x774A2B) is known color: Cape Palliser. HEX triplet: 77, 4A and 2B. RGB value is (119,74,43). Sum of RGB (Red+Green+Blue) = 119+74+43=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 74 (29.30% from 255 or 31.36% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #774A2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774A2B is #88B5D4. Grayscale: #545454. Windows color (decimal): -8959445 or 2837111. OLE color: 2837111.

HSL color Cylindrical-coordinate representation of color #774A2B: hue angle of 24.47º 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 #774A2B is Cyan = 0, Magento = 0.38, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 74 43 -
CMYK 0 0.38 0.64 0.53
HSL 24.47º 0.47% 0.32% -
HSV(B) 24.47º 0.64% 0.47% -
XYZ 10.49 8.99 3.47 -
YUV 83.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 119 74 43 0 0.38 0.64 0.53 24.47 0.47 0.32
Hex 77 4A 2B 0 26 40 35 18 2F 20
Octal 167 112 53 0 46 100 65 30 57 40
Binary 1110111 1001010 101011 0 100110 1000000 110101 11000 101111 100000

Color Harmonies of #774A2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774A2B

Black with #774A2B

Text Example


Text Example

White with #774A2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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