Html Css Color HEX #7D8585 Oslo Grey

📋 copy color: '#7D8585'

red 125 ◦ green 133 ◦ blue 133

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

Shades of Oslo Grey #7D8585

Tints of Oslo Grey #7D8585

RGB

 RED value IS 125 (49.22% from 255) = 31.97%

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

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

R = 31.97%
G = 34.02%
B = 34.02%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7D8585 (or 0x7D8585) is known color: Oslo Grey. HEX triplet: 7D, 85 and 85. RGB value is (125,133,133). Sum of RGB (Red+Green+Blue) = 125+133+133=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 133 (52.34% from 255 or 34.02% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #7D8585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8585 is #827A7A. Grayscale: #828282. Windows color (decimal): -8551035 or 8750461. OLE color: 8750461.

HSL color Cylindrical-coordinate representation of color #7D8585: hue angle of 180º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #7D8585 is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 125 133 133 -
CMYK 0.06 0 0 0.48
HSL 180º 0.03% 0.51% -
HSV(B) 180º 0.06% 0.52% -
XYZ 21.08 22.83 25.49 -
YUV 130.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 125 133 133 0.06 0 0 0.48 180 0.03 0.51
Hex 7D 85 85 6 0 0 30 B4 3 33
Octal 175 205 205 6 0 0 60 264 3 63
Binary 1111101 10000101 10000101 110 0 0 110000 10110100 11 110011

Color Harmonies of #7D8585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8585

Black with #7D8585

Text Example


Text Example

White with #7D8585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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