Html Css Color HEX #78987F Oxley

📋 copy color: '#78987F'

red 120 ◦ green 152 ◦ blue 127

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

Shades of Oxley #78987F

Tints of Oxley #78987F

RGB

 RED value IS 120 (47.27% from 255) = 30.08%

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

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

R = 30.08%
G = 38.1%
B = 31.83%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#78987F (or 0x78987F) is known color: Oxley. HEX triplet: 78, 98 and 7F. RGB value is (120,152,127). Sum of RGB (Red+Green+Blue) = 120+152+127=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #78987F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78987F is #876780. Grayscale: #8B8B8B. Windows color (decimal): -8873857 or 8362104. OLE color: 8362104.

HSL color Cylindrical-coordinate representation of color #78987F: hue angle of 133.12º degrees, saturation: 0.13, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #78987F is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 127 -
CMYK 0.21 0 0.16 0.40
HSL 133.13º 0.13% 0.53% -
HSV(B) 133.13º 0.21% 0.6% -
XYZ 22.8 27.98 24.28 -
YUV 139.58 120.9 114.03 -
System Red Green Blue C M Y K H S L
Decimal 120 152 127 0.21 0 0.16 0.40 133.13 0.13 0.53
Hex 78 98 7F 15 0 10 28 85 D 35
Octal 170 230 177 25 0 20 50 205 15 65
Binary 1111000 10011000 1111111 10101 0 10000 101000 10000101 1101 110101

Color Harmonies of #78987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78987F

Black with #78987F

Text Example


Text Example

White with #78987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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