Html Css Color HEX #765D4C Domino

📋 copy color: '#765D4C'

red 118 ◦ green 93 ◦ blue 76

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

Shades of Domino #765D4C

Tints of Domino #765D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.4%

 BLUE value IS 76 (30.08% from 255) = 26.48%

R = 41.11%
G = 32.4%
B = 26.48%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#765D4C (or 0x765D4C) is known color: Domino. HEX triplet: 76, 5D and 4C. RGB value is (118,93,76). Sum of RGB (Red+Green+Blue) = 118+93+76=287 (38% of max value = 765). Red value is 118 (46.48% from 255 or 41.11% from 287); Green value is 93 (36.72% from 255 or 32.40% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 118 - color contains mainly: red. Hex color #765D4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D4C is #89A2B3. Grayscale: #626262. Windows color (decimal): -9020084 or 5004662. OLE color: 5004662.

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

Color convert

RGB 118 93 76 -
CMYK 0 0.21 0.36 0.54
HSL 24.29º 0.22% 0.38% -
HSV(B) 24.29º 0.36% 0.46% -
XYZ 12.69 12.2 8.52 -
YUV 98.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 118 93 76 0 0.21 0.36 0.54 24.29 0.22 0.38
Hex 76 5D 4C 0 15 24 36 18 16 26
Octal 166 135 114 0 25 44 66 30 26 46
Binary 1110110 1011101 1001100 0 10101 100100 110110 11000 10110 100110

Color Harmonies of #765D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D4C

Black with #765D4C

Text Example


Text Example

White with #765D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,93,76); }

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

background-color css

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

 a { background-color: rgb(118,93,76); }

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

border-color css

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

 span { border-color: rgb(118,93,76); }

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