Html Css Color HEX #764B42 Bole

📋 copy color: '#764B42'

red 118 ◦ green 75 ◦ blue 66

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

Shades of Bole #764B42

Tints of Bole #764B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.48%

R = 45.56%
G = 28.96%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#764B42 (or 0x764B42) is known color: Bole. HEX triplet: 76, 4B and 42. RGB value is (118,75,66). Sum of RGB (Red+Green+Blue) = 118+75+66=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 75 (29.69% from 255 or 28.96% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #764B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764B42 is #89B4BD. Grayscale: #565656. Windows color (decimal): -9024702 or 4344694. OLE color: 4344694.

HSL color Cylindrical-coordinate representation of color #764B42: hue angle of 10.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #764B42 is Cyan = 0, Magento = 0.36, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 75 66 -
CMYK 0 0.36 0.44 0.54
HSL 10.38º 0.28% 0.36% -
HSV(B) 10.38º 0.44% 0.46% -
XYZ 10.97 9.28 6.37 -
YUV 86.83 116.25 150.23 -
System Red Green Blue C M Y K H S L
Decimal 118 75 66 0 0.36 0.44 0.54 10.38 0.28 0.36
Hex 76 4B 42 0 24 2C 36 A 1C 24
Octal 166 113 102 0 44 54 66 12 34 44
Binary 1110110 1001011 1000010 0 100100 101100 110110 1010 11100 100100

Color Harmonies of #764B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764B42

Black with #764B42

Text Example


Text Example

White with #764B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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