Html Css Color HEX #7D8584 Oslo Grey

📋 copy color: '#7D8584'

red 125 ◦ green 133 ◦ blue 132

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

Shades of Oslo Grey #7D8584

Tints of Oslo Grey #7D8584

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33.85%

R = 32.05%
G = 34.1%
B = 33.85%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#7D8584 (or 0x7D8584) is known color: Oslo Grey. HEX triplet: 7D, 85 and 84. RGB value is (125,133,132). Sum of RGB (Red+Green+Blue) = 125+133+132=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 133 - color contains mainly: green. Hex color #7D8584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8584 is #827A7B. Grayscale: #828282. Windows color (decimal): -8551036 or 8684925. OLE color: 8684925.

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

Color convert

RGB 125 133 132 -
CMYK 0.06 0 0.01 0.48
HSL 172.5º 0.03% 0.51% -
HSV(B) 172.5º 0.06% 0.52% -
XYZ 21.01 22.8 25.12 -
YUV 130.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 125 133 132 0.06 0 0.01 0.48 172.5 0.03 0.51
Hex 7D 85 84 6 0 1 30 AC 3 33
Octal 175 205 204 6 0 1 60 254 3 63
Binary 1111101 10000101 10000100 110 0 1 110000 10101100 11 110011

Color Harmonies of #7D8584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8584

Black with #7D8584

Text Example


Text Example

White with #7D8584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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