Html Css Color HEX #507761 Como

📋 copy color: '#507761'

red 80 ◦ green 119 ◦ blue 97

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

Shades of Como #507761

Tints of Como #507761

RGB

 RED value IS 80 (31.64% from 255) = 27.03%

 GREEN value IS 119 (46.88% from 255) = 40.2%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 27.03%
G = 40.2%
B = 32.77%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#507761 (or 0x507761) is known color: Como. HEX triplet: 50, 77 and 61. RGB value is (80,119,97). Sum of RGB (Red+Green+Blue) = 80+119+97=296 (39% of max value = 765). Red value is 80 (31.64% from 255 or 27.03% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 119 - color contains mainly: green. Hex color #507761 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507761 is #AF889E. Grayscale: #686868. Windows color (decimal): -11503775 or 6387536. OLE color: 6387536.

HSL color Cylindrical-coordinate representation of color #507761: hue angle of 146.15º 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 #507761 is Cyan = 0.33, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 97 -
CMYK 0.33 0 0.18 0.53
HSL 146.15º 0.2% 0.39% -
HSV(B) 146.15º 0.33% 0.47% -
XYZ 12.06 15.76 13.72 -
YUV 104.83 123.58 110.29 -
System Red Green Blue C M Y K H S L
Decimal 80 119 97 0.33 0 0.18 0.53 146.15 0.2 0.39
Hex 50 77 61 21 0 12 35 92 14 27
Octal 120 167 141 41 0 22 65 222 24 47
Binary 1010000 1110111 1100001 100001 0 10010 110101 10010010 10100 100111

Color Harmonies of #507761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507761

Black with #507761

Text Example


Text Example

White with #507761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507761; }

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

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

background-color css

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

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

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

border-color css

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

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

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