Html Css Color HEX #779E7B Oxley

📋 copy color: '#779E7B'

red 119 ◦ green 158 ◦ blue 123

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

Shades of Oxley #779E7B

Tints of Oxley #779E7B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 39.5%

 BLUE value IS 123 (48.44% from 255) = 30.75%

R = 29.75%
G = 39.5%
B = 30.75%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.22

 K value IS 0.38

RGB Variations

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

Color information

#779E7B (or 0x779E7B) is known color: Oxley. HEX triplet: 77, 9E and 7B. RGB value is (119,158,123). Sum of RGB (Red+Green+Blue) = 119+158+123=400 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.75% from 400); Green value is 158 (62.11% from 255 or 39.5% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 158 - color contains mainly: green. Hex color #779E7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779E7B is #886184. Grayscale: #8E8E8E. Windows color (decimal): -8937861 or 8101495. OLE color: 8101495.

HSL color Cylindrical-coordinate representation of color #779E7B: hue angle of 126.15º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #779E7B is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 158 123 -
CMYK 0.25 0 0.22 0.38
HSL 126.15º 0.17% 0.54% -
HSV(B) 126.15º 0.25% 0.62% -
XYZ 23.41 29.81 23.26 -
YUV 142.35 117.08 111.35 -
System Red Green Blue C M Y K H S L
Decimal 119 158 123 0.25 0 0.22 0.38 126.15 0.17 0.54
Hex 77 9E 7B 19 0 16 26 7E 11 36
Octal 167 236 173 31 0 26 46 176 21 66
Binary 1110111 10011110 1111011 11001 0 10110 100110 1111110 10001 110110

Color Harmonies of #779E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779E7B

Black with #779E7B

Text Example


Text Example

White with #779E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,158,123); }

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

background-color css

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

 a { background-color: rgb(119,158,123); }

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

border-color css

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

 span { border-color: rgb(119,158,123); }

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