Html Css Color HEX #75584D Dorado

📋 copy color: '#75584D'

red 117 ◦ green 88 ◦ blue 77

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

Shades of Dorado #75584D

Tints of Dorado #75584D

RGB

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

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

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

R = 41.49%
G = 31.21%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.34

 K value IS 0.54

RGB Variations

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

Color information

#75584D (or 0x75584D) is known color: Dorado. HEX triplet: 75, 58 and 4D. RGB value is (117,88,77). Sum of RGB (Red+Green+Blue) = 117+88+77=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #75584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75584D is #8AA7B2. Grayscale: #5F5F5F. Windows color (decimal): -9086899 or 5068917. OLE color: 5068917.

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

Color convert

RGB 117 88 77 -
CMYK 0 0.25 0.34 0.54
HSL 16.5º 0.21% 0.38% -
HSV(B) 16.5º 0.34% 0.46% -
XYZ 12.17 11.3 8.56 -
YUV 95.42 117.61 143.39 -
System Red Green Blue C M Y K H S L
Decimal 117 88 77 0 0.25 0.34 0.54 16.5 0.21 0.38
Hex 75 58 4D 0 19 22 36 10 15 26
Octal 165 130 115 0 31 42 66 20 25 46
Binary 1110101 1011000 1001101 0 11001 100010 110110 10000 10101 100110

Color Harmonies of #75584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75584D

Black with #75584D

Text Example


Text Example

White with #75584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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