Html Css Color HEX #764138 Bole

📋 copy color: '#764138'

red 118 ◦ green 65 ◦ blue 56

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

Shades of Bole #764138

Tints of Bole #764138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 49.37%
G = 27.2%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#764138 (or 0x764138) is known color: Bole. HEX triplet: 76, 41 and 38. RGB value is (118,65,56). Sum of RGB (Red+Green+Blue) = 118+65+56=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 65 (25.78% from 255 or 27.20% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #764138 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764138 is #89BEC7. Grayscale: #4F4F4F. Windows color (decimal): -9027272 or 3686774. OLE color: 3686774.

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

Color convert

RGB 118 65 56 -
CMYK 0 0.45 0.53 0.54
HSL 8.71º 0.36% 0.34% -
HSV(B) 8.71º 0.53% 0.46% -
XYZ 10.08 7.92 4.74 -
YUV 79.82 114.56 155.23 -
System Red Green Blue C M Y K H S L
Decimal 118 65 56 0 0.45 0.53 0.54 8.71 0.36 0.34
Hex 76 41 38 0 2D 35 36 9 24 22
Octal 166 101 70 0 55 65 66 11 44 42
Binary 1110110 1000001 111000 0 101101 110101 110110 1001 100100 100010

Color Harmonies of #764138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764138

Black with #764138

Text Example


Text Example

White with #764138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764138; }

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

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

background-color css

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

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

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

border-color css

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

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

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