Html Css Color HEX #75604A Domino

📋 copy color: '#75604A'

red 117 ◦ green 96 ◦ blue 74

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

Shades of Domino #75604A

Tints of Domino #75604A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.78%

R = 40.77%
G = 33.45%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#75604A (or 0x75604A) is known color: Domino. HEX triplet: 75, 60 and 4A. RGB value is (117,96,74). Sum of RGB (Red+Green+Blue) = 117+96+74=287 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.77% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 74 (29.30% from 255 or 25.78% from 287); Max value from RGB is 117 - color contains mainly: red. Hex color #75604A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75604A is #8A9FB5. Grayscale: #636363. Windows color (decimal): -9084854 or 4874357. OLE color: 4874357.

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

Color convert

RGB 117 96 74 -
CMYK 0 0.18 0.37 0.54
HSL 30.7º 0.23% 0.37% -
HSV(B) 30.7º 0.37% 0.46% -
XYZ 12.76 12.64 8.25 -
YUV 99.77 113.46 140.29 -
System Red Green Blue C M Y K H S L
Decimal 117 96 74 0 0.18 0.37 0.54 30.7 0.23 0.37
Hex 75 60 4A 0 12 25 36 1F 17 25
Octal 165 140 112 0 22 45 66 37 27 45
Binary 1110101 1100000 1001010 0 10010 100101 110110 11111 10111 100101

Color Harmonies of #75604A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75604A

Black with #75604A

Text Example


Text Example

White with #75604A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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