Html Css Color HEX #789882 Oxley

📋 copy color: '#789882'

red 120 ◦ green 152 ◦ blue 130

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

Shades of Oxley #789882

Tints of Oxley #789882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.34%

R = 29.85%
G = 37.81%
B = 32.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#789882 (or 0x789882) is known color: Oxley. HEX triplet: 78, 98 and 82. RGB value is (120,152,130). Sum of RGB (Red+Green+Blue) = 120+152+130=402 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.85% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 152 - color contains mainly: green. Hex color #789882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789882 is #87677D. Grayscale: #8B8B8B. Windows color (decimal): -8873854 or 8558712. OLE color: 8558712.

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

Color convert

RGB 120 152 130 -
CMYK 0.21 0 0.14 0.40
HSL 138.75º 0.13% 0.53% -
HSV(B) 138.75º 0.21% 0.6% -
XYZ 23 28.06 25.32 -
YUV 139.92 122.4 113.79 -
System Red Green Blue C M Y K H S L
Decimal 120 152 130 0.21 0 0.14 0.40 138.75 0.13 0.53
Hex 78 98 82 15 0 E 28 8B D 35
Octal 170 230 202 25 0 16 50 213 15 65
Binary 1111000 10011000 10000010 10101 0 1110 101000 10001011 1101 110101

Color Harmonies of #789882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789882

Black with #789882

Text Example


Text Example

White with #789882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789882; }

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

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

background-color css

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

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

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

border-color css

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

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

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