Html Css Color HEX #764742 Bole

📋 copy color: '#764742'

red 118 ◦ green 71 ◦ blue 66

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

Shades of Bole #764742

Tints of Bole #764742

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.84%

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

R = 46.27%
G = 27.84%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#764742 (or 0x764742) is known color: Bole. HEX triplet: 76, 47 and 42. RGB value is (118,71,66). Sum of RGB (Red+Green+Blue) = 118+71+66=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 71 (28.12% from 255 or 27.84% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764742 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764742 is #89B8BD. Grayscale: #545454. Windows color (decimal): -9025726 or 4343670. OLE color: 4343670.

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

Color convert

RGB 118 71 66 -
CMYK 0 0.40 0.44 0.54
HSL 5.77º 0.28% 0.36% -
HSV(B) 5.77º 0.44% 0.46% -
XYZ 10.71 8.75 6.28 -
YUV 84.48 117.57 151.91 -
System Red Green Blue C M Y K H S L
Decimal 118 71 66 0 0.40 0.44 0.54 5.77 0.28 0.36
Hex 76 47 42 0 28 2C 36 6 1C 24
Octal 166 107 102 0 50 54 66 6 34 44
Binary 1110110 1000111 1000010 0 101000 101100 110110 110 11100 100100

Color Harmonies of #764742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764742

Black with #764742

Text Example


Text Example

White with #764742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764742; }

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

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

background-color css

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

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

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

border-color css

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

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

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