Html Css Color HEX #764139 Bole

📋 copy color: '#764139'

red 118 ◦ green 65 ◦ blue 57

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

Shades of Bole #764139

Tints of Bole #764139

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.08%

 BLUE value IS 57 (22.66% from 255) = 23.75%

R = 49.17%
G = 27.08%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#764139 (or 0x764139) is known color: Bole. HEX triplet: 76, 41 and 39. RGB value is (118,65,57). Sum of RGB (Red+Green+Blue) = 118+65+57=240 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.17% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 57 (22.66% from 255 or 23.75% from 240); Max value from RGB is 118 - color contains mainly: red. Hex color #764139 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764139 is #89BEC6. Grayscale: #505050. Windows color (decimal): -9027271 or 3752310. OLE color: 3752310.

HSL color Cylindrical-coordinate representation of color #764139: hue angle of 7.87º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #764139 is Cyan = 0, Magento = 0.45, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 65 57 -
CMYK 0 0.45 0.52 0.54
HSL 7.87º 0.35% 0.34% -
HSV(B) 7.87º 0.52% 0.46% -
XYZ 10.1 7.93 4.87 -
YUV 79.94 115.06 155.15 -
System Red Green Blue C M Y K H S L
Decimal 118 65 57 0 0.45 0.52 0.54 7.87 0.35 0.34
Hex 76 41 39 0 2D 34 36 8 23 22
Octal 166 101 71 0 55 64 66 10 43 42
Binary 1110110 1000001 111001 0 101101 110100 110110 1000 100011 100010

Color Harmonies of #764139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764139

Black with #764139

Text Example


Text Example

White with #764139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764139; }

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

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

background-color css

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

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

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

border-color css

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

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

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