Html Css Color HEX #788F81 Oxley

📋 copy color: '#788F81'

red 120 ◦ green 143 ◦ blue 129

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

Shades of Oxley #788F81

Tints of Oxley #788F81

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.48%

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 30.61%
G = 36.48%
B = 32.91%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#788F81 (or 0x788F81) is known color: Oxley. HEX triplet: 78, 8F and 81. RGB value is (120,143,129). Sum of RGB (Red+Green+Blue) = 120+143+129=392 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.61% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 143 - color contains mainly: green. Hex color #788F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #788F81 is #87707E. Grayscale: #868686. Windows color (decimal): -8876159 or 8490872. OLE color: 8490872.

HSL color Cylindrical-coordinate representation of color #788F81: hue angle of 143.48º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #788F81 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 120 143 129 -
CMYK 0.16 0 0.10 0.44
HSL 143.48º 0.09% 0.52% -
HSV(B) 143.48º 0.16% 0.56% -
XYZ 21.53 25.22 24.5 -
YUV 134.53 124.88 117.64 -
System Red Green Blue C M Y K H S L
Decimal 120 143 129 0.16 0 0.10 0.44 143.48 0.09 0.52
Hex 78 8F 81 10 0 A 2C 8F 9 34
Octal 170 217 201 20 0 12 54 217 11 64
Binary 1111000 10001111 10000001 10000 0 1010 101100 10001111 1001 110100

Color Harmonies of #788F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #788F81

Black with #788F81

Text Example


Text Example

White with #788F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #788F81; }

 p { color: rgb(120,143,129); }

 H1.HeaderClassName
 {
   color: #788F81;
 }
 .AnyTagClassName
 {
   color: #788F81;
 }
</style>

background-color css

<style>
 a { background-color: #788F81; }

 a { background-color: rgb(120,143,129); }

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

border-color css

<style>
 span { border-color: #788F81; }

 span { border-color: rgb(120,143,129); }

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