Html Css Color HEX #764640 Bole

📋 copy color: '#764640'

red 118 ◦ green 70 ◦ blue 64

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

Shades of Bole #764640

Tints of Bole #764640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.4%

R = 46.83%
G = 27.78%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.54

RGB Variations

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

Color information

#764640 (or 0x764640) is known color: Bole. HEX triplet: 76, 46 and 40. RGB value is (118,70,64). Sum of RGB (Red+Green+Blue) = 118+70+64=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #764640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764640 is #89B9BF. Grayscale: #535353. Windows color (decimal): -9025984 or 4212342. OLE color: 4212342.

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

Color convert

RGB 118 70 64 -
CMYK 0 0.41 0.46 0.54
HSL 6.67º 0.3% 0.36% -
HSV(B) 6.67º 0.46% 0.46% -
XYZ 10.59 8.6 5.95 -
YUV 83.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 118 70 64 0 0.41 0.46 0.54 6.67 0.3 0.36
Hex 76 46 40 0 29 2E 36 7 1E 24
Octal 166 106 100 0 51 56 66 7 36 44
Binary 1110110 1000110 1000000 0 101001 101110 110110 111 11110 100100

Color Harmonies of #764640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764640

Black with #764640

Text Example


Text Example

White with #764640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764640; }

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

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

background-color css

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

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

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

border-color css

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

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

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