Html Css Color HEX #765F49 Domino

📋 copy color: '#765F49'

red 118 ◦ green 95 ◦ blue 73

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

Shades of Domino #765F49

Tints of Domino #765F49

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.22%

 BLUE value IS 73 (28.91% from 255) = 25.52%

R = 41.26%
G = 33.22%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#765F49 (or 0x765F49) is known color: Domino. HEX triplet: 76, 5F and 49. RGB value is (118,95,73). Sum of RGB (Red+Green+Blue) = 118+95+73=286 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.26% from 286); Green value is 95 (37.5% from 255 or 33.22% from 286); Blue value is 73 (28.91% from 255 or 25.52% from 286); Max value from RGB is 118 - color contains mainly: red. Hex color #765F49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F49 is #89A0B6. Grayscale: #636363. Windows color (decimal): -9019575 or 4808566. OLE color: 4808566.

HSL color Cylindrical-coordinate representation of color #765F49: hue angle of 29.33º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #765F49 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 95 73 -
CMYK 0 0.19 0.38 0.54
HSL 29.33º 0.24% 0.37% -
HSV(B) 29.33º 0.38% 0.46% -
XYZ 12.77 12.52 8.05 -
YUV 99.37 113.12 141.29 -
System Red Green Blue C M Y K H S L
Decimal 118 95 73 0 0.19 0.38 0.54 29.33 0.24 0.37
Hex 76 5F 49 0 13 26 36 1D 18 25
Octal 166 137 111 0 23 46 66 35 30 45
Binary 1110110 1011111 1001001 0 10011 100110 110110 11101 11000 100101

Color Harmonies of #765F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F49

Black with #765F49

Text Example


Text Example

White with #765F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765F49; }

 p { color: rgb(118,95,73); }

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

background-color css

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

 a { background-color: rgb(118,95,73); }

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

border-color css

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

 span { border-color: rgb(118,95,73); }

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