Html Css Color HEX #765A49 Domino

📋 copy color: '#765A49'

red 118 ◦ green 90 ◦ blue 73

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

Shades of Domino #765A49

Tints of Domino #765A49

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.03%

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

R = 41.99%
G = 32.03%
B = 25.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#765A49 (or 0x765A49) is known color: Domino. HEX triplet: 76, 5A and 49. RGB value is (118,90,73). Sum of RGB (Red+Green+Blue) = 118+90+73=281 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.99% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 73 (28.91% from 255 or 25.98% from 281); Max value from RGB is 118 - color contains mainly: red. Hex color #765A49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765A49 is #89A5B6. Grayscale: #606060. Windows color (decimal): -9020855 or 4807286. OLE color: 4807286.

HSL color Cylindrical-coordinate representation of color #765A49: hue angle of 22.67º 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 #765A49 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 90 73 -
CMYK 0 0.24 0.38 0.54
HSL 22.67º 0.24% 0.37% -
HSV(B) 22.67º 0.38% 0.46% -
XYZ 12.33 11.64 7.9 -
YUV 96.43 114.78 143.38 -
System Red Green Blue C M Y K H S L
Decimal 118 90 73 0 0.24 0.38 0.54 22.67 0.24 0.37
Hex 76 5A 49 0 18 26 36 17 18 25
Octal 166 132 111 0 30 46 66 27 30 45
Binary 1110110 1011010 1001001 0 11000 100110 110110 10111 11000 100101

Color Harmonies of #765A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765A49

Black with #765A49

Text Example


Text Example

White with #765A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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