#75584C

Color #75584C Dorado (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dorado #75584C

Tints of Dorado #75584C

Color information

#75584C (or 0x75584C) is unknown color: approx Dorado. HEX triplet: 75, 58 and 4C. RGB value is (117,88,76). Sum of RGB (Red+Green+Blue) = 117+88+76=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 76 (30.08% from 255 or 27.05% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75584C is #8AA7B3. Grayscale: #5F5F5F. Windows color (decimal): -9086900 or 5003381. OLE color: 5003381.

HSL color Cylindrical-coordinate representation of color #75584C: hue angle of 17.56º 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 #75584C is Cyan = 0, Magento = 0.25, Yellow = 0.35 and Black (K on CMYK) = 0.54.

Color convert

RGB1178876-
CMYK00.250.350.54
HSL17.56º21.24%37.84%-
HSV(B)17.56º35.04%45.88%-
XYZ12.1311.288.38-
YUV95.3117.11143.48-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.64%
GREEN value IS 88 (34.77% from 255) = 31.32%
BLUE value IS 76 (30.08% from 255) = 27.05%
R=41.64%
G=31.32%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.35
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117887600.250.350.5417.5621.2437.84
Hex75584C0192336121526
Octal1651301140314366222546
Binary1110101101100010011000110011000111101101001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75584C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #75584C;
 }
 .AnyTagClassName
 {
   color: #75584C;
 }
</style>
background-color css

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

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

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

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

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

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