Html Css Color HEX #7C898A Oslo Grey

📋 copy color: '#7C898A'

red 124 ◦ green 137 ◦ blue 138

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

Shades of Oslo Grey #7C898A

Tints of Oslo Grey #7C898A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.34%

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 31.08%
G = 34.34%
B = 34.59%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7C898A (or 0x7C898A) is known color: Oslo Grey. HEX triplet: 7C, 89 and 8A. RGB value is (124,137,138). Sum of RGB (Red+Green+Blue) = 124+137+138=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 137 (53.91% from 255 or 34.34% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 138 - color contains mainly: blue. Hex color #7C898A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C898A is #837675. Grayscale: #858585. Windows color (decimal): -8615542 or 9079164. OLE color: 9079164.

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

Color convert

RGB 124 137 138 -
CMYK 0.10 0.01 0 0.46
HSL 184.29º 0.06% 0.51% -
HSV(B) 184.29º 0.1% 0.54% -
XYZ 21.85 24.01 27.53 -
YUV 133.23 130.69 121.42 -
System Red Green Blue C M Y K H S L
Decimal 124 137 138 0.10 0.01 0 0.46 184.29 0.06 0.51
Hex 7C 89 8A A 1 0 2E B8 6 33
Octal 174 211 212 12 1 0 56 270 6 63
Binary 1111100 10001001 10001010 1010 1 0 101110 10111000 110 110011

Color Harmonies of #7C898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C898A

Black with #7C898A

Text Example


Text Example

White with #7C898A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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