Html Css Color HEX #765F4C Domino

📋 copy color: '#765F4C'

red 118 ◦ green 95 ◦ blue 76

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

Shades of Domino #765F4C

Tints of Domino #765F4C

RGB

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

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

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

R = 40.83%
G = 32.87%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.54

RGB Variations

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

Color information

#765F4C (or 0x765F4C) is known color: Domino. HEX triplet: 76, 5F and 4C. RGB value is (118,95,76). Sum of RGB (Red+Green+Blue) = 118+95+76=289 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.83% from 289); Green value is 95 (37.5% from 255 or 32.87% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 118 - color contains mainly: red. Hex color #765F4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765F4C is #89A0B3. Grayscale: #636363. Windows color (decimal): -9019572 or 5005174. OLE color: 5005174.

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

Color convert

RGB 118 95 76 -
CMYK 0 0.19 0.36 0.54
HSL 27.14º 0.22% 0.38% -
HSV(B) 27.14º 0.36% 0.46% -
XYZ 12.87 12.56 8.58 -
YUV 99.71 114.62 141.04 -
System Red Green Blue C M Y K H S L
Decimal 118 95 76 0 0.19 0.36 0.54 27.14 0.22 0.38
Hex 76 5F 4C 0 13 24 36 1B 16 26
Octal 166 137 114 0 23 44 66 33 26 46
Binary 1110110 1011111 1001100 0 10011 100100 110110 11011 10110 100110

Color Harmonies of #765F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765F4C

Black with #765F4C

Text Example


Text Example

White with #765F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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