Html Css Color HEX #764646 Bole

📋 copy color: '#764646'

red 118 ◦ green 70 ◦ blue 70

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

Shades of Bole #764646

Tints of Bole #764646

RGB

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

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

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

R = 45.74%
G = 27.13%
B = 27.13%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.41

 K value IS 0.54

RGB Variations

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

Color information

#764646 (or 0x764646) is known color: Bole. HEX triplet: 76, 46 and 46. RGB value is (118,70,70). Sum of RGB (Red+Green+Blue) = 118+70+70=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 70 (27.73% from 255 or 27.13% from 258); Blue value is 70 (27.73% from 255 or 27.13% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #764646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764646 is #89B9B9. Grayscale: #545454. Windows color (decimal): -9025978 or 4605558. OLE color: 4605558.

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

Color convert

RGB 118 70 70 -
CMYK 0 0.41 0.41 0.54
HSL 0.26% 0.37% -
HSV(B) 0.41% 0.46% -
XYZ 10.77 8.67 6.9 -
YUV 84.35 119.9 152 -
System Red Green Blue C M Y K H S L
Decimal 118 70 70 0 0.41 0.41 0.54 0 0.26 0.37
Hex 76 46 46 0 29 29 36 0 1A 25
Octal 166 106 106 0 51 51 66 0 32 45
Binary 1110110 1000110 1000110 0 101001 101001 110110 0 11010 100101

Color Harmonies of #764646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764646

Black with #764646

Text Example


Text Example

White with #764646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764646; }

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

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

background-color css

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

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

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

border-color css

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

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

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