Html Css Color HEX #764941 Bole

📋 copy color: '#764941'

red 118 ◦ green 73 ◦ blue 65

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

Shades of Bole #764941

Tints of Bole #764941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

 BLUE value IS 65 (25.78% from 255) = 25.39%

R = 46.09%
G = 28.52%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#764941 (or 0x764941) is known color: Bole. HEX triplet: 76, 49 and 41. RGB value is (118,73,65). Sum of RGB (Red+Green+Blue) = 118+73+65=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 65 (25.78% from 255 or 25.39% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #764941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764941 is #89B6BE. Grayscale: #555555. Windows color (decimal): -9025215 or 4278646. OLE color: 4278646.

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

Color convert

RGB 118 73 65 -
CMYK 0 0.38 0.45 0.54
HSL 9.06º 0.29% 0.36% -
HSV(B) 9.06º 0.45% 0.46% -
XYZ 10.81 9 6.17 -
YUV 85.54 116.41 151.15 -
System Red Green Blue C M Y K H S L
Decimal 118 73 65 0 0.38 0.45 0.54 9.06 0.29 0.36
Hex 76 49 41 0 26 2D 36 9 1D 24
Octal 166 111 101 0 46 55 66 11 35 44
Binary 1110110 1001001 1000001 0 100110 101101 110110 1001 11101 100100

Color Harmonies of #764941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764941

Black with #764941

Text Example


Text Example

White with #764941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764941; }

 p { color: rgb(118,73,65); }

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

background-color css

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

 a { background-color: rgb(118,73,65); }

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

border-color css

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

 span { border-color: rgb(118,73,65); }

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