Html Css Color HEX #764E30 Cape Palliser

📋 copy color: '#764E30'

red 118 ◦ green 78 ◦ blue 48

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

Shades of Cape Palliser #764E30

Tints of Cape Palliser #764E30

RGB

 RED value IS 118 (46.48% from 255) = 48.36%

 GREEN value IS 78 (30.86% from 255) = 31.97%

 BLUE value IS 48 (19.14% from 255) = 19.67%

R = 48.36%
G = 31.97%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#764E30 (or 0x764E30) is known color: Cape Palliser. HEX triplet: 76, 4E and 30. RGB value is (118,78,48). Sum of RGB (Red+Green+Blue) = 118+78+48=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 78 (30.86% from 255 or 31.97% from 244); Blue value is 48 (19.14% from 255 or 19.67% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #764E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #764E30 is #89B1CF. Grayscale: #565656. Windows color (decimal): -9023952 or 3165814. OLE color: 3165814.

HSL color Cylindrical-coordinate representation of color #764E30: hue angle of 25.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #764E30 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 78 48 -
CMYK 0 0.34 0.59 0.54
HSL 25.71º 0.42% 0.33% -
HSV(B) 25.71º 0.59% 0.46% -
XYZ 10.73 9.51 4.07 -
YUV 86.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 118 78 48 0 0.34 0.59 0.54 25.71 0.42 0.33
Hex 76 4E 30 0 22 3B 36 1A 2A 21
Octal 166 116 60 0 42 73 66 32 52 41
Binary 1110110 1001110 110000 0 100010 111011 110110 11010 101010 100001

Color Harmonies of #764E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764E30

Black with #764E30

Text Example


Text Example

White with #764E30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764E30; }

 p { color: rgb(118,78,48); }

 H1.HeaderClassName
 {
   color: #764E30;
 }
 .AnyTagClassName
 {
   color: #764E30;
 }
</style>

background-color css

<style>
 a { background-color: #764E30; }

 a { background-color: rgb(118,78,48); }

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

border-color css

<style>
 span { border-color: #764E30; }

 span { border-color: rgb(118,78,48); }

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