Html Css Color HEX #507763 Como

📋 copy color: '#507763'

red 80 ◦ green 119 ◦ blue 99

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

Shades of Como #507763

Tints of Como #507763

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.22%

R = 26.85%
G = 39.93%
B = 33.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#507763 (or 0x507763) is known color: Como. HEX triplet: 50, 77 and 63. RGB value is (80,119,99). Sum of RGB (Red+Green+Blue) = 80+119+99=298 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.85% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 119 - color contains mainly: green. Hex color #507763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #507763 is #AF889C. Grayscale: #696969. Windows color (decimal): -11503773 or 6518608. OLE color: 6518608.

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

Color convert

RGB 80 119 99 -
CMYK 0.33 0 0.17 0.53
HSL 149.23º 0.2% 0.39% -
HSV(B) 149.23º 0.33% 0.47% -
XYZ 12.16 15.8 14.21 -
YUV 105.06 124.58 110.13 -
System Red Green Blue C M Y K H S L
Decimal 80 119 99 0.33 0 0.17 0.53 149.23 0.2 0.39
Hex 50 77 63 21 0 11 35 95 14 27
Octal 120 167 143 41 0 21 65 225 24 47
Binary 1010000 1110111 1100011 100001 0 10001 110101 10010101 10100 100111

Color Harmonies of #507763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507763

Black with #507763

Text Example


Text Example

White with #507763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507763; }

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

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

background-color css

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

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

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

border-color css

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

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

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