Html Css Color HEX #779882 Oxley

📋 copy color: '#779882'

red 119 ◦ green 152 ◦ blue 130

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

Shades of Oxley #779882

Tints of Oxley #779882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.42%

R = 29.68%
G = 37.91%
B = 32.42%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#779882 (or 0x779882) is known color: Oxley. HEX triplet: 77, 98 and 82. RGB value is (119,152,130). Sum of RGB (Red+Green+Blue) = 119+152+130=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 152 (59.77% from 255 or 37.91% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 152 - color contains mainly: green. Hex color #779882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779882 is #88677D. Grayscale: #8B8B8B. Windows color (decimal): -8939390 or 8558711. OLE color: 8558711.

HSL color Cylindrical-coordinate representation of color #779882: hue angle of 140º 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 #779882 is Cyan = 0.22, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 130 -
CMYK 0.22 0 0.14 0.40
HSL 140º 0.14% 0.53% -
HSV(B) 140º 0.22% 0.6% -
XYZ 22.87 27.99 25.32 -
YUV 139.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 119 152 130 0.22 0 0.14 0.40 140 0.14 0.53
Hex 77 98 82 16 0 E 28 8C E 35
Octal 167 230 202 26 0 16 50 214 16 65
Binary 1110111 10011000 10000010 10110 0 1110 101000 10001100 1110 110101

Color Harmonies of #779882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779882

Black with #779882

Text Example


Text Example

White with #779882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779882; }

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

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

background-color css

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

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

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

border-color css

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

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

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