Html Css Color HEX #77967C Oxley

📋 copy color: '#77967C'

red 119 ◦ green 150 ◦ blue 124

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

Shades of Oxley #77967C

Tints of Oxley #77967C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 38.17%

 BLUE value IS 124 (48.83% from 255) = 31.55%

R = 30.28%
G = 38.17%
B = 31.55%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#77967C (or 0x77967C) is known color: Oxley. HEX triplet: 77, 96 and 7C. RGB value is (119,150,124). Sum of RGB (Red+Green+Blue) = 119+150+124=393 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.28% from 393); Green value is 150 (58.98% from 255 or 38.17% from 393); Blue value is 124 (48.83% from 255 or 31.55% from 393); Max value from RGB is 150 - color contains mainly: green. Hex color #77967C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77967C is #886983. Grayscale: #898989. Windows color (decimal): -8939908 or 8164983. OLE color: 8164983.

HSL color Cylindrical-coordinate representation of color #77967C: hue angle of 129.68º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #77967C is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 150 124 -
CMYK 0.21 0 0.17 0.41
HSL 129.68º 0.13% 0.53% -
HSV(B) 129.68º 0.21% 0.59% -
XYZ 22.15 27.19 23.15 -
YUV 137.77 120.23 114.61 -
System Red Green Blue C M Y K H S L
Decimal 119 150 124 0.21 0 0.17 0.41 129.68 0.13 0.53
Hex 77 96 7C 15 0 11 29 82 D 35
Octal 167 226 174 25 0 21 51 202 15 65
Binary 1110111 10010110 1111100 10101 0 10001 101001 10000010 1101 110101

Color Harmonies of #77967C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77967C

Black with #77967C

Text Example


Text Example

White with #77967C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77967C; }

 p { color: rgb(119,150,124); }

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

background-color css

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

 a { background-color: rgb(119,150,124); }

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

border-color css

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

 span { border-color: rgb(119,150,124); }

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