Html Css Color HEX #75574D Dorado

📋 copy color: '#75574D'

red 117 ◦ green 87 ◦ blue 77

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

Shades of Dorado #75574D

Tints of Dorado #75574D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 27.4%

R = 41.64%
G = 30.96%
B = 27.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75574D (or 0x75574D) is known color: Dorado. HEX triplet: 75, 57 and 4D. RGB value is (117,87,77). Sum of RGB (Red+Green+Blue) = 117+87+77=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 87 (34.38% from 255 or 30.96% from 281); Blue value is 77 (30.47% from 255 or 27.40% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #75574D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75574D is #8AA8B2. Grayscale: #5E5E5E. Windows color (decimal): -9087155 or 5068661. OLE color: 5068661.

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

Color convert

RGB 117 87 77 -
CMYK 0 0.26 0.34 0.54
HSL 15º 0.21% 0.38% -
HSV(B) 15º 0.34% 0.46% -
XYZ 12.08 11.13 8.53 -
YUV 94.83 117.94 143.81 -
System Red Green Blue C M Y K H S L
Decimal 117 87 77 0 0.26 0.34 0.54 15 0.21 0.38
Hex 75 57 4D 0 1A 22 36 F 15 26
Octal 165 127 115 0 32 42 66 17 25 46
Binary 1110101 1010111 1001101 0 11010 100010 110110 1111 10101 100110

Color Harmonies of #75574D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75574D

Black with #75574D

Text Example


Text Example

White with #75574D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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