Html Css Color HEX #7A8582 Oslo Grey

📋 copy color: '#7A8582'

red 122 ◦ green 133 ◦ blue 130

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

Shades of Oslo Grey #7A8582

Tints of Oslo Grey #7A8582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.55%

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

R = 31.69%
G = 34.55%
B = 33.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#7A8582 (or 0x7A8582) is known color: Oslo Grey. HEX triplet: 7A, 85 and 82. RGB value is (122,133,130). Sum of RGB (Red+Green+Blue) = 122+133+130=385 (50% of max value = 765). Red value is 122 (48.05% from 255 or 31.69% from 385); Green value is 133 (52.34% from 255 or 34.55% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 133 - color contains mainly: green. Hex color #7A8582 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8582 is #857A7D. Grayscale: #818181. Windows color (decimal): -8747646 or 8553850. OLE color: 8553850.

HSL color Cylindrical-coordinate representation of color #7A8582: hue angle of 163.64º degrees, saturation: 0.04, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #7A8582 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB 122 133 130 -
CMYK 0.08 0 0.02 0.48
HSL 163.64º 0.04% 0.5% -
HSV(B) 163.64º 0.08% 0.52% -
XYZ 20.44 22.52 24.39 -
YUV 129.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 122 133 130 0.08 0 0.02 0.48 163.64 0.04 0.5
Hex 7A 85 82 8 0 2 30 A4 4 32
Octal 172 205 202 10 0 2 60 244 4 62
Binary 1111010 10000101 10000010 1000 0 10 110000 10100100 100 110010

Color Harmonies of #7A8582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8582

Black with #7A8582

Text Example


Text Example

White with #7A8582

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,133,130); }

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

background-color css

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

 a { background-color: rgb(122,133,130); }

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

border-color css

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

 span { border-color: rgb(122,133,130); }

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