Html Css Color HEX #764441 Bole

📋 copy color: '#764441'

red 118 ◦ green 68 ◦ blue 65

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

Shades of Bole #764441

Tints of Bole #764441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.09%

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

R = 47.01%
G = 27.09%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#764441 (or 0x764441) is known color: Bole. HEX triplet: 76, 44 and 41. RGB value is (118,68,65). Sum of RGB (Red+Green+Blue) = 118+68+65=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #764441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764441 is #89BBBE. Grayscale: #525252. Windows color (decimal): -9026495 or 4277366. OLE color: 4277366.

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

Color convert

RGB 118 68 65 -
CMYK 0 0.42 0.45 0.54
HSL 3.4º 0.29% 0.36% -
HSV(B) 3.4º 0.45% 0.46% -
XYZ 10.49 8.37 6.06 -
YUV 82.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 118 68 65 0 0.42 0.45 0.54 3.4 0.29 0.36
Hex 76 44 41 0 2A 2D 36 3 1D 24
Octal 166 104 101 0 52 55 66 3 35 44
Binary 1110110 1000100 1000001 0 101010 101101 110110 11 11101 100100

Color Harmonies of #764441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764441

Black with #764441

Text Example


Text Example

White with #764441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764441; }

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

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

background-color css

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

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

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

border-color css

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

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

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