Html Css Color HEX #779C7E Oxley

📋 copy color: '#779C7E'

red 119 ◦ green 156 ◦ blue 126

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

Shades of Oxley #779C7E

Tints of Oxley #779C7E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.9%

 BLUE value IS 126 (49.61% from 255) = 31.42%

R = 29.68%
G = 38.9%
B = 31.42%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.19

 K value IS 0.39

RGB Variations

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

Color information

#779C7E (or 0x779C7E) is known color: Oxley. HEX triplet: 77, 9C and 7E. RGB value is (119,156,126). Sum of RGB (Red+Green+Blue) = 119+156+126=401 (53% of max value = 765). Red value is 119 (46.88% from 255 or 29.68% from 401); Green value is 156 (61.33% from 255 or 38.90% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 156 - color contains mainly: green. Hex color #779C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779C7E is #886381. Grayscale: #8D8D8D. Windows color (decimal): -8938370 or 8297591. OLE color: 8297591.

HSL color Cylindrical-coordinate representation of color #779C7E: hue angle of 131.35º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #779C7E is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.

Color convert

RGB 119 156 126 -
CMYK 0.24 0 0.19 0.39
HSL 131.35º 0.16% 0.54% -
HSV(B) 131.35º 0.24% 0.61% -
XYZ 23.26 29.21 24.15 -
YUV 141.52 119.24 111.94 -
System Red Green Blue C M Y K H S L
Decimal 119 156 126 0.24 0 0.19 0.39 131.35 0.16 0.54
Hex 77 9C 7E 18 0 13 27 83 10 36
Octal 167 234 176 30 0 23 47 203 20 66
Binary 1110111 10011100 1111110 11000 0 10011 100111 10000011 10000 110110

Color Harmonies of #779C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779C7E

Black with #779C7E

Text Example


Text Example

White with #779C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #779C7E; }

 p { color: rgb(119,156,126); }

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

background-color css

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

 a { background-color: rgb(119,156,126); }

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

border-color css

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

 span { border-color: rgb(119,156,126); }

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