Html Css Color HEX #764C30 Cape Palliser

📋 copy color: '#764C30'

red 118 ◦ green 76 ◦ blue 48

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

Shades of Cape Palliser #764C30

Tints of Cape Palliser #764C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.4%

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

R = 48.76%
G = 31.4%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#764C30 (or 0x764C30) is known color: Cape Palliser. HEX triplet: 76, 4C and 30. RGB value is (118,76,48). Sum of RGB (Red+Green+Blue) = 118+76+48=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 76 (30.08% from 255 or 31.40% from 242); Blue value is 48 (19.14% from 255 or 19.83% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #764C30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C30 is #89B3CF. Grayscale: #555555. Windows color (decimal): -9024464 or 3165302. OLE color: 3165302.

HSL color Cylindrical-coordinate representation of color #764C30: hue angle of 24º 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 #764C30 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 76 48 -
CMYK 0 0.36 0.59 0.54
HSL 24º 0.42% 0.33% -
HSV(B) 24º 0.59% 0.46% -
XYZ 10.59 9.23 4.02 -
YUV 85.37 106.91 151.28 -
System Red Green Blue C M Y K H S L
Decimal 118 76 48 0 0.36 0.59 0.54 24 0.42 0.33
Hex 76 4C 30 0 24 3B 36 18 2A 21
Octal 166 114 60 0 44 73 66 30 52 41
Binary 1110110 1001100 110000 0 100100 111011 110110 11000 101010 100001

Color Harmonies of #764C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C30

Black with #764C30

Text Example


Text Example

White with #764C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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