Html Css Color HEX #764842 Bole

📋 copy color: '#764842'

red 118 ◦ green 72 ◦ blue 66

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

Shades of Bole #764842

Tints of Bole #764842

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.13%

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

R = 46.09%
G = 28.13%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#764842 (or 0x764842) is known color: Bole. HEX triplet: 76, 48 and 42. RGB value is (118,72,66). Sum of RGB (Red+Green+Blue) = 118+72+66=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 66 (26.17% from 255 or 25.78% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764842 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764842 is #89B7BD. Grayscale: #555555. Windows color (decimal): -9025470 or 4343926. OLE color: 4343926.

HSL color Cylindrical-coordinate representation of color #764842: hue angle of 6.92º 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 #764842 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 72 66 -
CMYK 0 0.39 0.44 0.54
HSL 6.92º 0.28% 0.36% -
HSV(B) 6.92º 0.44% 0.46% -
XYZ 10.77 8.88 6.3 -
YUV 85.07 117.24 151.49 -
System Red Green Blue C M Y K H S L
Decimal 118 72 66 0 0.39 0.44 0.54 6.92 0.28 0.36
Hex 76 48 42 0 27 2C 36 7 1C 24
Octal 166 110 102 0 47 54 66 7 34 44
Binary 1110110 1001000 1000010 0 100111 101100 110110 111 11100 100100

Color Harmonies of #764842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764842

Black with #764842

Text Example


Text Example

White with #764842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764842; }

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

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

background-color css

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

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

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

border-color css

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

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

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