Html Css Color HEX #779880 Oxley

📋 copy color: '#779880'

red 119 ◦ green 152 ◦ blue 128

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

Shades of Oxley #779880

Tints of Oxley #779880

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.1%

 BLUE value IS 128 (50.39% from 255) = 32.08%

R = 29.82%
G = 38.1%
B = 32.08%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#779880 (or 0x779880) is known color: Oxley. HEX triplet: 77, 98 and 80. RGB value is (119,152,128). Sum of RGB (Red+Green+Blue) = 119+152+128=399 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.82% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #779880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779880 is #88677F. Grayscale: #8B8B8B. Windows color (decimal): -8939392 or 8427639. OLE color: 8427639.

HSL color Cylindrical-coordinate representation of color #779880: hue angle of 136.36º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #779880 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 128 -
CMYK 0.22 0 0.16 0.40
HSL 136.36º 0.14% 0.53% -
HSV(B) 136.36º 0.22% 0.6% -
XYZ 22.73 27.94 24.62 -
YUV 139.4 121.57 113.45 -
System Red Green Blue C M Y K H S L
Decimal 119 152 128 0.22 0 0.16 0.40 136.36 0.14 0.53
Hex 77 98 80 16 0 10 28 88 E 35
Octal 167 230 200 26 0 20 50 210 16 65
Binary 1110111 10011000 10000000 10110 0 10000 101000 10001000 1110 110101

Color Harmonies of #779880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779880

Black with #779880

Text Example


Text Example

White with #779880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779880; }

 p { color: rgb(119,152,128); }

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

background-color css

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

 a { background-color: rgb(119,152,128); }

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

border-color css

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

 span { border-color: rgb(119,152,128); }

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