Html Css Color HEX #75584F Dorado

📋 copy color: '#75584F'

red 117 ◦ green 88 ◦ blue 79

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

Shades of Dorado #75584F

Tints of Dorado #75584F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.99%

 BLUE value IS 79 (31.25% from 255) = 27.82%

R = 41.2%
G = 30.99%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#75584F (or 0x75584F) is known color: Dorado. HEX triplet: 75, 58 and 4F. RGB value is (117,88,79). Sum of RGB (Red+Green+Blue) = 117+88+79=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 79 (31.25% from 255 or 27.82% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #75584F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75584F is #8AA7B0. Grayscale: #5F5F5F. Windows color (decimal): -9086897 or 5199989. OLE color: 5199989.

HSL color Cylindrical-coordinate representation of color #75584F: hue angle of 14.21º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #75584F is Cyan = 0, Magento = 0.25, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 79 -
CMYK 0 0.25 0.32 0.54
HSL 14.21º 0.19% 0.38% -
HSV(B) 14.21º 0.32% 0.46% -
XYZ 12.24 11.33 8.94 -
YUV 95.65 118.61 143.23 -
System Red Green Blue C M Y K H S L
Decimal 117 88 79 0 0.25 0.32 0.54 14.21 0.19 0.38
Hex 75 58 4F 0 19 20 36 E 13 26
Octal 165 130 117 0 31 40 66 16 23 46
Binary 1110101 1011000 1001111 0 11001 100000 110110 1110 10011 100110

Color Harmonies of #75584F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75584F

Black with #75584F

Text Example


Text Example

White with #75584F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #75584F;
 }
 .AnyTagClassName
 {
   color: #75584F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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