Html Css Color HEX #764641 Bole

📋 copy color: '#764641'

red 118 ◦ green 70 ◦ blue 65

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

Shades of Bole #764641

Tints of Bole #764641

RGB

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

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

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

R = 46.64%
G = 27.67%
B = 25.69%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#764641 (or 0x764641) is known color: Bole. HEX triplet: 76, 46 and 41. RGB value is (118,70,65). Sum of RGB (Red+Green+Blue) = 118+70+65=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 65 (25.78% from 255 or 25.69% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #764641 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764641 is #89B9BE. Grayscale: #535353. Windows color (decimal): -9025983 or 4277878. OLE color: 4277878.

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

Color convert

RGB 118 70 65 -
CMYK 0 0.41 0.45 0.54
HSL 5.66º 0.29% 0.36% -
HSV(B) 5.66º 0.45% 0.46% -
XYZ 10.62 8.61 6.1 -
YUV 83.78 117.4 152.41 -
System Red Green Blue C M Y K H S L
Decimal 118 70 65 0 0.41 0.45 0.54 5.66 0.29 0.36
Hex 76 46 41 0 29 2D 36 6 1D 24
Octal 166 106 101 0 51 55 66 6 35 44
Binary 1110110 1000110 1000001 0 101001 101101 110110 110 11101 100100

Color Harmonies of #764641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764641

Black with #764641

Text Example


Text Example

White with #764641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764641; }

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

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

background-color css

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

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

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

border-color css

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

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

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