Html Css Color HEX #765C49 Domino

📋 copy color: '#765C49'

red 118 ◦ green 92 ◦ blue 73

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

Shades of Domino #765C49

Tints of Domino #765C49

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.51%

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

R = 41.7%
G = 32.51%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.38

 K value IS 0.54

RGB Variations

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

Color information

#765C49 (or 0x765C49) is known color: Domino. HEX triplet: 76, 5C and 49. RGB value is (118,92,73). Sum of RGB (Red+Green+Blue) = 118+92+73=283 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.70% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 118 - color contains mainly: red. Hex color #765C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C49 is #89A3B6. Grayscale: #616161. Windows color (decimal): -9020343 or 4807798. OLE color: 4807798.

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

Color convert

RGB 118 92 73 -
CMYK 0 0.22 0.38 0.54
HSL 25.33º 0.24% 0.37% -
HSV(B) 25.33º 0.38% 0.46% -
XYZ 12.5 11.99 7.96 -
YUV 97.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 118 92 73 0 0.22 0.38 0.54 25.33 0.24 0.37
Hex 76 5C 49 0 16 26 36 19 18 25
Octal 166 134 111 0 26 46 66 31 30 45
Binary 1110110 1011100 1001001 0 10110 100110 110110 11001 11000 100101

Color Harmonies of #765C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C49

Black with #765C49

Text Example


Text Example

White with #765C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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