Html Css Color HEX #7C8B89 Oslo Grey

📋 copy color: '#7C8B89'

red 124 ◦ green 139 ◦ blue 137

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

Shades of Oslo Grey #7C8B89

Tints of Oslo Grey #7C8B89

RGB

 RED value IS 124 (48.83% from 255) = 31%

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

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

R = 31%
G = 34.75%
B = 34.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#7C8B89 (or 0x7C8B89) is known color: Oslo Grey. HEX triplet: 7C, 8B and 89. RGB value is (124,139,137). Sum of RGB (Red+Green+Blue) = 124+139+137=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 137 (53.91% from 255 or 34.25% from 400); Max value from RGB is 139 - color contains mainly: green. Hex color #7C8B89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8B89 is #837476. Grayscale: #868686. Windows color (decimal): -8615031 or 9014140. OLE color: 9014140.

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

Color convert

RGB 124 139 137 -
CMYK 0.11 0 0.01 0.45
HSL 172º 0.06% 0.52% -
HSV(B) 172º 0.11% 0.55% -
XYZ 22.06 24.56 27.24 -
YUV 134.29 129.53 120.66 -
System Red Green Blue C M Y K H S L
Decimal 124 139 137 0.11 0 0.01 0.45 172 0.06 0.52
Hex 7C 8B 89 B 0 1 2D AC 6 34
Octal 174 213 211 13 0 1 55 254 6 64
Binary 1111100 10001011 10001001 1011 0 1 101101 10101100 110 110100

Color Harmonies of #7C8B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8B89

Black with #7C8B89

Text Example


Text Example

White with #7C8B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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