Html Css Color HEX #775F50 Dorado

📋 copy color: '#775F50'

red 119 ◦ green 95 ◦ blue 80

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

Shades of Dorado #775F50

Tints of Dorado #775F50

RGB

 RED value IS 119 (46.88% from 255) = 40.48%

 GREEN value IS 95 (37.5% from 255) = 32.31%

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

R = 40.48%
G = 32.31%
B = 27.21%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.53

RGB Variations

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

Color information

#775F50 (or 0x775F50) is known color: Dorado. HEX triplet: 77, 5F and 50. RGB value is (119,95,80). Sum of RGB (Red+Green+Blue) = 119+95+80=294 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.48% from 294); Green value is 95 (37.5% from 255 or 32.31% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 119 - color contains mainly: red. Hex color #775F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775F50 is #88A0AF. Grayscale: #646464. Windows color (decimal): -8954032 or 5267319. OLE color: 5267319.

HSL color Cylindrical-coordinate representation of color #775F50: hue angle of 23.08º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #775F50 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 95 80 -
CMYK 0 0.20 0.33 0.53
HSL 23.08º 0.2% 0.39% -
HSV(B) 23.08º 0.33% 0.47% -
XYZ 13.15 12.69 9.35 -
YUV 100.47 116.45 141.22 -
System Red Green Blue C M Y K H S L
Decimal 119 95 80 0 0.20 0.33 0.53 23.08 0.2 0.39
Hex 77 5F 50 0 14 21 35 17 14 27
Octal 167 137 120 0 24 41 65 27 24 47
Binary 1110111 1011111 1010000 0 10100 100001 110101 10111 10100 100111

Color Harmonies of #775F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775F50

Black with #775F50

Text Example


Text Example

White with #775F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775F50; }

 p { color: rgb(119,95,80); }

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

background-color css

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

 a { background-color: rgb(119,95,80); }

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

border-color css

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

 span { border-color: rgb(119,95,80); }

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