Html Css Color HEX #789282 Oxley

📋 copy color: '#789282'

red 120 ◦ green 146 ◦ blue 130

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

Shades of Oxley #789282

Tints of Oxley #789282

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.87%

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

R = 30.3%
G = 36.87%
B = 32.83%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.11

 K value IS 0.43

RGB Variations

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

Color information

#789282 (or 0x789282) is known color: Oxley. HEX triplet: 78, 92 and 82. RGB value is (120,146,130). Sum of RGB (Red+Green+Blue) = 120+146+130=396 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.30% from 396); Green value is 146 (57.42% from 255 or 36.87% from 396); Blue value is 130 (51.17% from 255 or 32.83% from 396); Max value from RGB is 146 - color contains mainly: green. Hex color #789282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789282 is #876D7D. Grayscale: #888888. Windows color (decimal): -8875390 or 8557176. OLE color: 8557176.

HSL color Cylindrical-coordinate representation of color #789282: hue angle of 143.08º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #789282 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB 120 146 130 -
CMYK 0.18 0 0.11 0.43
HSL 143.08º 0.11% 0.52% -
HSV(B) 143.08º 0.18% 0.57% -
XYZ 22.05 26.16 25.01 -
YUV 136.4 124.39 116.3 -
System Red Green Blue C M Y K H S L
Decimal 120 146 130 0.18 0 0.11 0.43 143.08 0.11 0.52
Hex 78 92 82 12 0 B 2B 8F B 34
Octal 170 222 202 22 0 13 53 217 13 64
Binary 1111000 10010010 10000010 10010 0 1011 101011 10001111 1011 110100

Color Harmonies of #789282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789282

Black with #789282

Text Example


Text Example

White with #789282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789282; }

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

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

background-color css

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

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

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

border-color css

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

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

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