Html Css Color HEX #764C46 Bole

📋 copy color: '#764C46'

red 118 ◦ green 76 ◦ blue 70

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

Shades of Bole #764C46

Tints of Bole #764C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 26.52%

R = 44.7%
G = 28.79%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#764C46 (or 0x764C46) is known color: Bole. HEX triplet: 76, 4C and 46. RGB value is (118,76,70). Sum of RGB (Red+Green+Blue) = 118+76+70=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 76 (30.08% from 255 or 28.79% from 264); Blue value is 70 (27.73% from 255 or 26.52% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #764C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764C46 is #89B3B9. Grayscale: #575757. Windows color (decimal): -9024442 or 4607094. OLE color: 4607094.

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

Color convert

RGB 118 76 70 -
CMYK 0 0.36 0.41 0.54
HSL 7.5º 0.26% 0.37% -
HSV(B) 7.5º 0.41% 0.46% -
XYZ 11.16 9.46 7.03 -
YUV 87.87 117.91 149.49 -
System Red Green Blue C M Y K H S L
Decimal 118 76 70 0 0.36 0.41 0.54 7.5 0.26 0.37
Hex 76 4C 46 0 24 29 36 8 1A 25
Octal 166 114 106 0 44 51 66 10 32 45
Binary 1110110 1001100 1000110 0 100100 101001 110110 1000 11010 100101

Color Harmonies of #764C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764C46

Black with #764C46

Text Example


Text Example

White with #764C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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