Html Css Color HEX #7A8585 Oslo Grey

📋 copy color: '#7A8585'

red 122 ◦ green 133 ◦ blue 133

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

Shades of Oslo Grey #7A8585

Tints of Oslo Grey #7A8585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.28%

R = 31.44%
G = 34.28%
B = 34.28%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7A8585 (or 0x7A8585) is known color: Oslo Grey. HEX triplet: 7A, 85 and 85. RGB value is (122,133,133). Sum of RGB (Red+Green+Blue) = 122+133+133=388 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.44% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #7A8585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8585 is #857A7A. Grayscale: #818181. Windows color (decimal): -8747643 or 8750458. OLE color: 8750458.

HSL color Cylindrical-coordinate representation of color #7A8585: hue angle of 180º 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 #7A8585 is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 122 133 133 -
CMYK 0.08 0 0 0.48
HSL 180º 0.04% 0.5% -
HSV(B) 180º 0.08% 0.52% -
XYZ 20.65 22.61 25.47 -
YUV 129.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 122 133 133 0.08 0 0 0.48 180 0.04 0.5
Hex 7A 85 85 8 0 0 30 B4 4 32
Octal 172 205 205 10 0 0 60 264 4 62
Binary 1111010 10000101 10000101 1000 0 0 110000 10110100 100 110010

Color Harmonies of #7A8585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8585

Black with #7A8585

Text Example


Text Example

White with #7A8585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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