Html Css Color HEX #765C48 Domino

📋 copy color: '#765C48'

red 118 ◦ green 92 ◦ blue 72

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

Shades of Domino #765C48

Tints of Domino #765C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.53%

R = 41.84%
G = 32.62%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.39

 K value IS 0.54

RGB Variations

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

Color information

#765C48 (or 0x765C48) is known color: Domino. HEX triplet: 76, 5C and 48. RGB value is (118,92,72). Sum of RGB (Red+Green+Blue) = 118+92+72=282 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.84% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 118 - color contains mainly: red. Hex color #765C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765C48 is #89A3B7. Grayscale: #616161. Windows color (decimal): -9020344 or 4742262. OLE color: 4742262.

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

Color convert

RGB 118 92 72 -
CMYK 0 0.22 0.39 0.54
HSL 26.09º 0.24% 0.37% -
HSV(B) 26.09º 0.39% 0.46% -
XYZ 12.47 11.97 7.78 -
YUV 97.49 113.61 142.63 -
System Red Green Blue C M Y K H S L
Decimal 118 92 72 0 0.22 0.39 0.54 26.09 0.24 0.37
Hex 76 5C 48 0 16 27 36 1A 18 25
Octal 166 134 110 0 26 47 66 32 30 45
Binary 1110110 1011100 1001000 0 10110 100111 110110 11010 11000 100101

Color Harmonies of #765C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765C48

Black with #765C48

Text Example


Text Example

White with #765C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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