Html Css Color HEX #764846 Bole

📋 copy color: '#764846'

red 118 ◦ green 72 ◦ blue 70

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

Shades of Bole #764846

Tints of Bole #764846

RGB

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

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

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

R = 45.38%
G = 27.69%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#764846 (or 0x764846) is known color: Bole. HEX triplet: 76, 48 and 46. RGB value is (118,72,70). Sum of RGB (Red+Green+Blue) = 118+72+70=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 70 (27.73% from 255 or 26.92% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #764846 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764846 is #89B7B9. Grayscale: #555555. Windows color (decimal): -9025466 or 4606070. OLE color: 4606070.

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

Color convert

RGB 118 72 70 -
CMYK 0 0.39 0.41 0.54
HSL 2.5º 0.26% 0.37% -
HSV(B) 2.5º 0.41% 0.46% -
XYZ 10.89 8.93 6.94 -
YUV 85.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 118 72 70 0 0.39 0.41 0.54 2.5 0.26 0.37
Hex 76 48 46 0 27 29 36 2 1A 25
Octal 166 110 106 0 47 51 66 2 32 45
Binary 1110110 1001000 1000110 0 100111 101001 110110 10 11010 100101

Color Harmonies of #764846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764846

Black with #764846

Text Example


Text Example

White with #764846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764846; }

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

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

background-color css

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

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

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

border-color css

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

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

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