Html Css Color HEX #789884 Oxley

📋 copy color: '#789884'

red 120 ◦ green 152 ◦ blue 132

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

Shades of Oxley #789884

Tints of Oxley #789884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.67%

R = 29.7%
G = 37.62%
B = 32.67%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#789884 (or 0x789884) is known color: Oxley. HEX triplet: 78, 98 and 84. RGB value is (120,152,132). Sum of RGB (Red+Green+Blue) = 120+152+132=404 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.70% from 404); Green value is 152 (59.77% from 255 or 37.62% from 404); Blue value is 132 (51.95% from 255 or 32.67% from 404); Max value from RGB is 152 - color contains mainly: green. Hex color #789884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789884 is #87677B. Grayscale: #8C8C8C. Windows color (decimal): -8873852 or 8689784. OLE color: 8689784.

HSL color Cylindrical-coordinate representation of color #789884: hue angle of 142.5º 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 #789884 is Cyan = 0.21, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 120 152 132 -
CMYK 0.21 0 0.13 0.40
HSL 142.5º 0.13% 0.53% -
HSV(B) 142.5º 0.21% 0.6% -
XYZ 23.14 28.12 26.04 -
YUV 140.15 123.4 113.63 -
System Red Green Blue C M Y K H S L
Decimal 120 152 132 0.21 0 0.13 0.40 142.5 0.13 0.53
Hex 78 98 84 15 0 D 28 8E D 35
Octal 170 230 204 25 0 15 50 216 15 65
Binary 1111000 10011000 10000100 10101 0 1101 101000 10001110 1101 110101

Color Harmonies of #789884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789884

Black with #789884

Text Example


Text Example

White with #789884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789884; }

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

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

background-color css

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

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

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

border-color css

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

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

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