Html Css Color HEX #755850 Dorado

📋 copy color: '#755850'

red 117 ◦ green 88 ◦ blue 80

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

Shades of Dorado #755850

Tints of Dorado #755850

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.07%

R = 41.05%
G = 30.88%
B = 28.07%

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

#755850 (or 0x755850) is known color: Dorado. HEX triplet: 75, 58 and 50. RGB value is (117,88,80). Sum of RGB (Red+Green+Blue) = 117+88+80=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 80 (31.64% from 255 or 28.07% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #755850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755850 is #8AA7AF. Grayscale: #5F5F5F. Windows color (decimal): -9086896 or 5265525. OLE color: 5265525.

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

Color convert

RGB 117 88 80 -
CMYK 0 0.25 0.32 0.54
HSL 12.97º 0.19% 0.39% -
HSV(B) 12.97º 0.32% 0.46% -
XYZ 12.27 11.34 9.13 -
YUV 95.76 119.11 143.15 -
System Red Green Blue C M Y K H S L
Decimal 117 88 80 0 0.25 0.32 0.54 12.97 0.19 0.39
Hex 75 58 50 0 19 20 36 D 13 27
Octal 165 130 120 0 31 40 66 15 23 47
Binary 1110101 1011000 1010000 0 11001 100000 110110 1101 10011 100111

Color Harmonies of #755850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755850

Black with #755850

Text Example


Text Example

White with #755850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755850; }

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

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

background-color css

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

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

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

border-color css

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

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

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