Html Css Color HEX #779883 Oxley

📋 copy color: '#779883'

red 119 ◦ green 152 ◦ blue 131

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

Shades of Oxley #779883

Tints of Oxley #779883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.59%

R = 29.6%
G = 37.81%
B = 32.59%

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

#779883 (or 0x779883) is known color: Oxley. HEX triplet: 77, 98 and 83. RGB value is (119,152,131). Sum of RGB (Red+Green+Blue) = 119+152+131=402 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.60% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 131 (51.56% from 255 or 32.59% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #779883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779883 is #88677C. Grayscale: #8B8B8B. Windows color (decimal): -8939389 or 8624247. OLE color: 8624247.

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

Color convert

RGB 119 152 131 -
CMYK 0.22 0 0.14 0.40
HSL 141.82º 0.14% 0.53% -
HSV(B) 141.82º 0.22% 0.6% -
XYZ 22.93 28.02 25.67 -
YUV 139.74 123.07 113.21 -
System Red Green Blue C M Y K H S L
Decimal 119 152 131 0.22 0 0.14 0.40 141.82 0.14 0.53
Hex 77 98 83 16 0 E 28 8E E 35
Octal 167 230 203 26 0 16 50 216 16 65
Binary 1110111 10011000 10000011 10110 0 1110 101000 10001110 1110 110101

Color Harmonies of #779883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779883

Black with #779883

Text Example


Text Example

White with #779883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779883; }

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

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

background-color css

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

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

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

border-color css

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

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

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