Html Css Color HEX #764841 Bole

📋 copy color: '#764841'

red 118 ◦ green 72 ◦ blue 65

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

Shades of Bole #764841

Tints of Bole #764841

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

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

R = 46.27%
G = 28.24%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#764841 (or 0x764841) is known color: Bole. HEX triplet: 76, 48 and 41. RGB value is (118,72,65). Sum of RGB (Red+Green+Blue) = 118+72+65=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 65 (25.78% from 255 or 25.49% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #764841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764841 is #89B7BE. Grayscale: #555555. Windows color (decimal): -9025471 or 4278390. OLE color: 4278390.

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

Color convert

RGB 118 72 65 -
CMYK 0 0.39 0.45 0.54
HSL 7.92º 0.29% 0.36% -
HSV(B) 7.92º 0.45% 0.46% -
XYZ 10.74 8.87 6.15 -
YUV 84.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 118 72 65 0 0.39 0.45 0.54 7.92 0.29 0.36
Hex 76 48 41 0 27 2D 36 8 1D 24
Octal 166 110 101 0 47 55 66 10 35 44
Binary 1110110 1001000 1000001 0 100111 101101 110110 1000 11101 100100

Color Harmonies of #764841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764841

Black with #764841

Text Example


Text Example

White with #764841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764841; }

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

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

background-color css

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

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

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

border-color css

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

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

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