Html Css Color HEX #764438 Bole

📋 copy color: '#764438'

red 118 ◦ green 68 ◦ blue 56

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

Shades of Bole #764438

Tints of Bole #764438

RGB

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

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

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

R = 48.76%
G = 28.1%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.54

RGB Variations

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

Color information

#764438 (or 0x764438) is known color: Bole. HEX triplet: 76, 44 and 38. RGB value is (118,68,56). Sum of RGB (Red+Green+Blue) = 118+68+56=242 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.76% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 118 - color contains mainly: red. Hex color #764438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764438 is #89BBC7. Grayscale: #515151. Windows color (decimal): -9026504 or 3687542. OLE color: 3687542.

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

Color convert

RGB 118 68 56 -
CMYK 0 0.42 0.53 0.54
HSL 11.61º 0.36% 0.34% -
HSV(B) 11.61º 0.53% 0.46% -
XYZ 10.25 8.27 4.8 -
YUV 81.58 113.57 153.98 -
System Red Green Blue C M Y K H S L
Decimal 118 68 56 0 0.42 0.53 0.54 11.61 0.36 0.34
Hex 76 44 38 0 2A 35 36 C 24 22
Octal 166 104 70 0 52 65 66 14 44 42
Binary 1110110 1000100 111000 0 101010 110101 110110 1100 100100 100010

Color Harmonies of #764438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764438

Black with #764438

Text Example


Text Example

White with #764438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764438; }

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

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

background-color css

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

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

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

border-color css

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

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

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