Html Css Color HEX #779985 Oxley

📋 copy color: '#779985'

red 119 ◦ green 153 ◦ blue 133

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

Shades of Oxley #779985

Tints of Oxley #779985

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.78%

 BLUE value IS 133 (52.34% from 255) = 32.84%

R = 29.38%
G = 37.78%
B = 32.84%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#779985 (or 0x779985) is known color: Oxley. HEX triplet: 77, 99 and 85. RGB value is (119,153,133). Sum of RGB (Red+Green+Blue) = 119+153+133=405 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.38% from 405); Green value is 153 (60.16% from 255 or 37.78% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 153 - color contains mainly: green. Hex color #779985 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #779985 is #88667A. Grayscale: #8C8C8C. Windows color (decimal): -8939131 or 8755575. OLE color: 8755575.

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

Color convert

RGB 119 153 133 -
CMYK 0.22 0 0.13 0.4
HSL 144.71º 0.14% 0.53% -
HSV(B) 144.71º 0.22% 0.6% -
XYZ 23.23 28.4 26.45 -
YUV 140.55 123.74 112.63 -
System Red Green Blue C M Y K H S L
Decimal 119 153 133 0.22 0 0.13 0.4 144.71 0.14 0.53
Hex 77 99 85 16 0 D 28 91 E 35
Octal 167 231 205 26 0 15 50 221 16 65
Binary 1110111 10011001 10000101 10110 0 1101 101000 10010001 1110 110101

Color Harmonies of #779985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779985

Black with #779985

Text Example


Text Example

White with #779985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779985; }

 p { color: rgb(119,153,133); }

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

background-color css

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

 a { background-color: rgb(119,153,133); }

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

border-color css

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

 span { border-color: rgb(119,153,133); }

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