Html Css Color HEX #764B30 Cape Palliser

📋 copy color: '#764B30'

red 118 ◦ green 75 ◦ blue 48

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

Shades of Cape Palliser #764B30

Tints of Cape Palliser #764B30

RGB

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

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

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

R = 48.96%
G = 31.12%
B = 19.92%

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

#764B30 (or 0x764B30) is known color: Cape Palliser. HEX triplet: 76, 4B and 30. RGB value is (118,75,48). Sum of RGB (Red+Green+Blue) = 118+75+48=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 75 (29.69% from 255 or 31.12% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #764B30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B30 is #89B4CF. Grayscale: #545454. Windows color (decimal): -9024720 or 3165046. OLE color: 3165046.

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

Color convert

RGB 118 75 48 -
CMYK 0 0.36 0.59 0.54
HSL 23.14º 0.42% 0.33% -
HSV(B) 23.14º 0.59% 0.46% -
XYZ 10.52 9.1 4 -
YUV 84.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 118 75 48 0 0.36 0.59 0.54 23.14 0.42 0.33
Hex 76 4B 30 0 24 3B 36 17 2A 21
Octal 166 113 60 0 44 73 66 27 52 41
Binary 1110110 1001011 110000 0 100100 111011 110110 10111 101010 100001

Color Harmonies of #764B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B30

Black with #764B30

Text Example


Text Example

White with #764B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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