Html Css Color HEX #764642 Bole

📋 copy color: '#764642'

red 118 ◦ green 70 ◦ blue 66

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

Shades of Bole #764642

Tints of Bole #764642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 46.46%
G = 27.56%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.54

RGB Variations

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

Color information

#764642 (or 0x764642) is known color: Bole. HEX triplet: 76, 46 and 42. RGB value is (118,70,66). Sum of RGB (Red+Green+Blue) = 118+70+66=254 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.46% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 66 (26.17% from 255 or 25.98% from 254); Max value from RGB is 118 - color contains mainly: red. Hex color #764642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764642 is #89B9BD. Grayscale: #535353. Windows color (decimal): -9025982 or 4343414. OLE color: 4343414.

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

Color convert

RGB 118 70 66 -
CMYK 0 0.41 0.44 0.54
HSL 4.62º 0.28% 0.36% -
HSV(B) 4.62º 0.44% 0.46% -
XYZ 10.64 8.63 6.26 -
YUV 83.9 117.9 152.33 -
System Red Green Blue C M Y K H S L
Decimal 118 70 66 0 0.41 0.44 0.54 4.62 0.28 0.36
Hex 76 46 42 0 29 2C 36 5 1C 24
Octal 166 106 102 0 51 54 66 5 34 44
Binary 1110110 1000110 1000010 0 101001 101100 110110 101 11100 100100

Color Harmonies of #764642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764642

Black with #764642

Text Example


Text Example

White with #764642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764642; }

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

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

background-color css

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

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

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

border-color css

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

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

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