Html Css Color HEX #77987F Oxley

📋 copy color: '#77987F'

red 119 ◦ green 152 ◦ blue 127

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

Shades of Oxley #77987F

Tints of Oxley #77987F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 31.91%

R = 29.9%
G = 38.19%
B = 31.91%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#77987F (or 0x77987F) is known color: Oxley. HEX triplet: 77, 98 and 7F. RGB value is (119,152,127). Sum of RGB (Red+Green+Blue) = 119+152+127=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 127 (50% from 255 or 31.91% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #77987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77987F is #886780. Grayscale: #8B8B8B. Windows color (decimal): -8939393 or 8362103. OLE color: 8362103.

HSL color Cylindrical-coordinate representation of color #77987F: hue angle of 134.55º 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 #77987F is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 152 127 -
CMYK 0.22 0 0.16 0.40
HSL 134.55º 0.14% 0.53% -
HSV(B) 134.55º 0.22% 0.6% -
XYZ 22.67 27.91 24.27 -
YUV 139.28 121.07 113.53 -
System Red Green Blue C M Y K H S L
Decimal 119 152 127 0.22 0 0.16 0.40 134.55 0.14 0.53
Hex 77 98 7F 16 0 10 28 87 E 35
Octal 167 230 177 26 0 20 50 207 16 65
Binary 1110111 10011000 1111111 10110 0 10000 101000 10000111 1110 110101

Color Harmonies of #77987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77987F

Black with #77987F

Text Example


Text Example

White with #77987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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