Html Css Color HEX #75604C Domino

📋 copy color: '#75604C'

red 117 ◦ green 96 ◦ blue 76

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

Shades of Domino #75604C

Tints of Domino #75604C

RGB

 RED value IS 117 (46.09% from 255) = 40.48%

 GREEN value IS 96 (37.89% from 255) = 33.22%

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

R = 40.48%
G = 33.22%
B = 26.3%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75604C (or 0x75604C) is known color: Domino. HEX triplet: 75, 60 and 4C. RGB value is (117,96,76). Sum of RGB (Red+Green+Blue) = 117+96+76=289 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.48% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 117 - color contains mainly: red. Hex color #75604C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75604C is #8A9FB3. Grayscale: #646464. Windows color (decimal): -9084852 or 5005429. OLE color: 5005429.

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

Color convert

RGB 117 96 76 -
CMYK 0 0.18 0.35 0.54
HSL 29.27º 0.21% 0.38% -
HSV(B) 29.27º 0.35% 0.46% -
XYZ 12.82 12.67 8.61 -
YUV 100 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 117 96 76 0 0.18 0.35 0.54 29.27 0.21 0.38
Hex 75 60 4C 0 12 23 36 1D 15 26
Octal 165 140 114 0 22 43 66 35 25 46
Binary 1110101 1100000 1001100 0 10010 100011 110110 11101 10101 100110

Color Harmonies of #75604C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75604C

Black with #75604C

Text Example


Text Example

White with #75604C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75604C; }

 p { color: rgb(117,96,76); }

 H1.HeaderClassName
 {
   color: #75604C;
 }
 .AnyTagClassName
 {
   color: #75604C;
 }
</style>

background-color css

<style>
 a { background-color: #75604C; }

 a { background-color: rgb(117,96,76); }

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

border-color css

<style>
 span { border-color: #75604C; }

 span { border-color: rgb(117,96,76); }

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