Html Css Color HEX #779A7D Oxley

📋 copy color: '#779A7D'

red 119 ◦ green 154 ◦ blue 125

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

Shades of Oxley #779A7D

Tints of Oxley #779A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 38.69%

 BLUE value IS 125 (49.22% from 255) = 31.41%

R = 29.9%
G = 38.69%
B = 31.41%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#779A7D (or 0x779A7D) is known color: Oxley. HEX triplet: 77, 9A and 7D. RGB value is (119,154,125). Sum of RGB (Red+Green+Blue) = 119+154+125=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 154 (60.55% from 255 or 38.69% from 398); Blue value is 125 (49.22% from 255 or 31.41% from 398); Max value from RGB is 154 - color contains mainly: green. Hex color #779A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779A7D is #886582. Grayscale: #8C8C8C. Windows color (decimal): -8938883 or 8231543. OLE color: 8231543.

HSL color Cylindrical-coordinate representation of color #779A7D: hue angle of 130.29º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #779A7D is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 154 125 -
CMYK 0.23 0 0.19 0.40
HSL 130.29º 0.15% 0.54% -
HSV(B) 130.29º 0.23% 0.6% -
XYZ 22.87 28.51 23.7 -
YUV 140.23 119.4 112.86 -
System Red Green Blue C M Y K H S L
Decimal 119 154 125 0.23 0 0.19 0.40 130.29 0.15 0.54
Hex 77 9A 7D 17 0 13 28 82 F 36
Octal 167 232 175 27 0 23 50 202 17 66
Binary 1110111 10011010 1111101 10111 0 10011 101000 10000010 1111 110110

Color Harmonies of #779A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779A7D

Black with #779A7D

Text Example


Text Example

White with #779A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,154,125); }

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

background-color css

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

 a { background-color: rgb(119,154,125); }

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

border-color css

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

 span { border-color: rgb(119,154,125); }

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