Html Css Color HEX #77987E Oxley

📋 copy color: '#77987E'

red 119 ◦ green 152 ◦ blue 126

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

Shades of Oxley #77987E

Tints of Oxley #77987E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.74%

R = 29.97%
G = 38.29%
B = 31.74%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#77987E (or 0x77987E) is known color: Oxley. HEX triplet: 77, 98 and 7E. RGB value is (119,152,126). Sum of RGB (Red+Green+Blue) = 119+152+126=397 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.97% from 397); Green value is 152 (59.77% from 255 or 38.29% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 152 - color contains mainly: green. Hex color #77987E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77987E is #886781. Grayscale: #8B8B8B. Windows color (decimal): -8939394 or 8296567. OLE color: 8296567.

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

Color convert

RGB 119 152 126 -
CMYK 0.22 0 0.17 0.40
HSL 132.73º 0.14% 0.53% -
HSV(B) 132.73º 0.22% 0.6% -
XYZ 22.6 27.88 23.93 -
YUV 139.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 119 152 126 0.22 0 0.17 0.40 132.73 0.14 0.53
Hex 77 98 7E 16 0 11 28 85 E 35
Octal 167 230 176 26 0 21 50 205 16 65
Binary 1110111 10011000 1111110 10110 0 10001 101000 10000101 1110 110101

Color Harmonies of #77987E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77987E

Black with #77987E

Text Example


Text Example

White with #77987E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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