Html Css Color HEX #7D8B89 Oslo Grey

📋 copy color: '#7D8B89'

red 125 ◦ green 139 ◦ blue 137

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

Shades of Oslo Grey #7D8B89

Tints of Oslo Grey #7D8B89

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.66%

 BLUE value IS 137 (53.91% from 255) = 34.16%

R = 31.17%
G = 34.66%
B = 34.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#7D8B89 (or 0x7D8B89) is known color: Oslo Grey. HEX triplet: 7D, 8B and 89. RGB value is (125,139,137). Sum of RGB (Red+Green+Blue) = 125+139+137=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 139 (54.69% from 255 or 34.66% from 401); Blue value is 137 (53.91% from 255 or 34.16% from 401); Max value from RGB is 139 - color contains mainly: green. Hex color #7D8B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D8B89 is #827476. Grayscale: #868686. Windows color (decimal): -8549495 or 9014141. OLE color: 9014141.

HSL color Cylindrical-coordinate representation of color #7D8B89: hue angle of 171.43º degrees, saturation: 0.06, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #7D8B89 is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 139 137 -
CMYK 0.10 0 0.01 0.45
HSL 171.43º 0.06% 0.52% -
HSV(B) 171.43º 0.1% 0.55% -
XYZ 22.21 24.63 27.25 -
YUV 134.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 125 139 137 0.10 0 0.01 0.45 171.43 0.06 0.52
Hex 7D 8B 89 A 0 1 2D AB 6 34
Octal 175 213 211 12 0 1 55 253 6 64
Binary 1111101 10001011 10001001 1010 0 1 101101 10101011 110 110100

Color Harmonies of #7D8B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8B89

Black with #7D8B89

Text Example


Text Example

White with #7D8B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,139,137); }

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

background-color css

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

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

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

border-color css

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

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

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