Html Css Color HEX #78997F Oxley

📋 copy color: '#78997F'

red 120 ◦ green 153 ◦ blue 127

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

Shades of Oxley #78997F

Tints of Oxley #78997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 38.25%

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

R = 30%
G = 38.25%
B = 31.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#78997F (or 0x78997F) is known color: Oxley. HEX triplet: 78, 99 and 7F. RGB value is (120,153,127). Sum of RGB (Red+Green+Blue) = 120+153+127=400 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30% from 400); Green value is 153 (60.16% from 255 or 38.25% from 400); Blue value is 127 (50% from 255 or 31.75% from 400); Max value from RGB is 153 - color contains mainly: green. Hex color #78997F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78997F is #876680. Grayscale: #8C8C8C. Windows color (decimal): -8873601 or 8362360. OLE color: 8362360.

HSL color Cylindrical-coordinate representation of color #78997F: hue angle of 132.73º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #78997F is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 120 153 127 -
CMYK 0.22 0 0.17 0.4
HSL 132.73º 0.14% 0.54% -
HSV(B) 132.73º 0.22% 0.6% -
XYZ 22.97 28.31 24.33 -
YUV 140.17 120.57 113.61 -
System Red Green Blue C M Y K H S L
Decimal 120 153 127 0.22 0 0.17 0.4 132.73 0.14 0.54
Hex 78 99 7F 16 0 11 28 85 E 36
Octal 170 231 177 26 0 21 50 205 16 66
Binary 1111000 10011001 1111111 10110 0 10001 101000 10000101 1110 110110

Color Harmonies of #78997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78997F

Black with #78997F

Text Example


Text Example

White with #78997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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