Html Css Color HEX #77987C Oxley

📋 copy color: '#77987C'

red 119 ◦ green 152 ◦ blue 124

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

Shades of Oxley #77987C

Tints of Oxley #77987C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.48%

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

R = 30.13%
G = 38.48%
B = 31.39%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#77987C (or 0x77987C) is known color: Oxley. HEX triplet: 77, 98 and 7C. RGB value is (119,152,124). Sum of RGB (Red+Green+Blue) = 119+152+124=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 152 (59.77% from 255 or 38.48% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 152 - color contains mainly: green. Hex color #77987C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77987C is #886783. Grayscale: #8B8B8B. Windows color (decimal): -8939396 or 8165495. OLE color: 8165495.

HSL color Cylindrical-coordinate representation of color #77987C: hue angle of 129.09º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #77987C is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 124 -
CMYK 0.22 0 0.18 0.40
HSL 129.09º 0.14% 0.53% -
HSV(B) 129.09º 0.22% 0.6% -
XYZ 22.47 27.83 23.26 -
YUV 138.94 119.57 113.78 -
System Red Green Blue C M Y K H S L
Decimal 119 152 124 0.22 0 0.18 0.40 129.09 0.14 0.53
Hex 77 98 7C 16 0 12 28 81 E 35
Octal 167 230 174 26 0 22 50 201 16 65
Binary 1110111 10011000 1111100 10110 0 10010 101000 10000001 1110 110101

Color Harmonies of #77987C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77987C

Black with #77987C

Text Example


Text Example

White with #77987C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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