Html Css Color HEX #779B7B Oxley

📋 copy color: '#779B7B'

red 119 ◦ green 155 ◦ blue 123

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

Shades of Oxley #779B7B

Tints of Oxley #779B7B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.04%

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

R = 29.97%
G = 39.04%
B = 30.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#779B7B (or 0x779B7B) is known color: Oxley. HEX triplet: 77, 9B and 7B. RGB value is (119,155,123). Sum of RGB (Red+Green+Blue) = 119+155+123=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 123 (48.44% from 255 or 30.98% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #779B7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B7B is #886484. Grayscale: #8C8C8C. Windows color (decimal): -8938629 or 8100727. OLE color: 8100727.

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

Color convert

RGB 119 155 123 -
CMYK 0.23 0 0.21 0.39
HSL 126.67º 0.15% 0.54% -
HSV(B) 126.67º 0.23% 0.61% -
XYZ 22.9 28.79 23.09 -
YUV 140.59 118.07 112.6 -
System Red Green Blue C M Y K H S L
Decimal 119 155 123 0.23 0 0.21 0.39 126.67 0.15 0.54
Hex 77 9B 7B 17 0 15 27 7F F 36
Octal 167 233 173 27 0 25 47 177 17 66
Binary 1110111 10011011 1111011 10111 0 10101 100111 1111111 1111 110110

Color Harmonies of #779B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #779B7B

Black with #779B7B

Text Example


Text Example

White with #779B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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