Html Css Color HEX #764946 Bole

📋 copy color: '#764946'

red 118 ◦ green 73 ◦ blue 70

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

Shades of Bole #764946

Tints of Bole #764946

RGB

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

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

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

R = 45.21%
G = 27.97%
B = 26.82%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#764946 (or 0x764946) is known color: Bole. HEX triplet: 76, 49 and 46. RGB value is (118,73,70). Sum of RGB (Red+Green+Blue) = 118+73+70=261 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.21% from 261); Green value is 73 (28.91% from 255 or 27.97% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 118 - color contains mainly: red. Hex color #764946 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764946 is #89B6B9. Grayscale: #565656. Windows color (decimal): -9025210 or 4606326. OLE color: 4606326.

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

Color convert

RGB 118 73 70 -
CMYK 0 0.38 0.41 0.54
HSL 3.75º 0.26% 0.37% -
HSV(B) 3.75º 0.41% 0.46% -
XYZ 10.96 9.06 6.97 -
YUV 86.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 118 73 70 0 0.38 0.41 0.54 3.75 0.26 0.37
Hex 76 49 46 0 26 29 36 4 1A 25
Octal 166 111 106 0 46 51 66 4 32 45
Binary 1110110 1001001 1000110 0 100110 101001 110110 100 11010 100101

Color Harmonies of #764946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764946

Black with #764946

Text Example


Text Example

White with #764946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764946; }

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

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

background-color css

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

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

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

border-color css

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

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

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