Html Css Color HEX #7A9883 Oxley

📋 copy color: '#7A9883'

red 122 ◦ green 152 ◦ blue 131

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

Shades of Oxley #7A9883

Tints of Oxley #7A9883

RGB

 RED value IS 122 (48.05% from 255) = 30.12%

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

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 30.12%
G = 37.53%
B = 32.35%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#7A9883 (or 0x7A9883) is known color: Oxley. HEX triplet: 7A, 98 and 83. RGB value is (122,152,131). Sum of RGB (Red+Green+Blue) = 122+152+131=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 152 (59.77% from 255 or 37.53% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 152 - color contains mainly: green. Hex color #7A9883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9883 is #85677C. Grayscale: #8C8C8C. Windows color (decimal): -8742781 or 8624250. OLE color: 8624250.

HSL color Cylindrical-coordinate representation of color #7A9883: hue angle of 138º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7A9883 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 122 152 131 -
CMYK 0.20 0 0.14 0.40
HSL 138º 0.13% 0.54% -
HSV(B) 138º 0.2% 0.6% -
XYZ 23.35 28.23 25.69 -
YUV 140.64 122.56 114.71 -
System Red Green Blue C M Y K H S L
Decimal 122 152 131 0.20 0 0.14 0.40 138 0.13 0.54
Hex 7A 98 83 14 0 E 28 8A D 36
Octal 172 230 203 24 0 16 50 212 15 66
Binary 1111010 10011000 10000011 10100 0 1110 101000 10001010 1101 110110

Color Harmonies of #7A9883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A9883

Black with #7A9883

Text Example


Text Example

White with #7A9883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A9883; }

 p { color: rgb(122,152,131); }

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

background-color css

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

 a { background-color: rgb(122,152,131); }

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

border-color css

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

 span { border-color: rgb(122,152,131); }

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