Html Css Color HEX #75574C Dorado

📋 copy color: '#75574C'

red 117 ◦ green 87 ◦ blue 76

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

Shades of Dorado #75574C

Tints of Dorado #75574C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.07%

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

R = 41.79%
G = 31.07%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.35

 K value IS 0.54

RGB Variations

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

Color information

#75574C (or 0x75574C) is known color: Dorado. HEX triplet: 75, 57 and 4C. RGB value is (117,87,76). Sum of RGB (Red+Green+Blue) = 117+87+76=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 76 (30.08% from 255 or 27.14% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #75574C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #75574C is #8AA8B3. Grayscale: #5E5E5E. Windows color (decimal): -9087156 or 5003125. OLE color: 5003125.

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

Color convert

RGB 117 87 76 -
CMYK 0 0.26 0.35 0.54
HSL 16.1º 0.21% 0.38% -
HSV(B) 16.1º 0.35% 0.46% -
XYZ 12.05 11.12 8.35 -
YUV 94.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 117 87 76 0 0.26 0.35 0.54 16.1 0.21 0.38
Hex 75 57 4C 0 1A 23 36 10 15 26
Octal 165 127 114 0 32 43 66 20 25 46
Binary 1110101 1010111 1001100 0 11010 100011 110110 10000 10101 100110

Color Harmonies of #75574C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75574C

Black with #75574C

Text Example


Text Example

White with #75574C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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