Html Css Color HEX #7F8C8A Oslo Grey

📋 copy color: '#7F8C8A'

red 127 ◦ green 140 ◦ blue 138

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

Shades of Oslo Grey #7F8C8A

Tints of Oslo Grey #7F8C8A

RGB

 RED value IS 127 (50% from 255) = 31.36%

 GREEN value IS 140 (55.08% from 255) = 34.57%

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

R = 31.36%
G = 34.57%
B = 34.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#7F8C8A (or 0x7F8C8A) is known color: Oslo Grey. HEX triplet: 7F, 8C and 8A. RGB value is (127,140,138). Sum of RGB (Red+Green+Blue) = 127+140+138=405 (53% of max value = 765). Red value is 127 (50% from 255 or 31.36% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 138 (54.30% from 255 or 34.07% from 405); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F8C8A is #807375. Grayscale: #878787. Windows color (decimal): -8418166 or 9079935. OLE color: 9079935.

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

Color convert

RGB 127 140 138 -
CMYK 0.09 0 0.01 0.45
HSL 170.77º 0.05% 0.52% -
HSV(B) 170.77º 0.09% 0.55% -
XYZ 22.72 25.1 27.69 -
YUV 135.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 127 140 138 0.09 0 0.01 0.45 170.77 0.05 0.52
Hex 7F 8C 8A 9 0 1 2D AB 5 34
Octal 177 214 212 11 0 1 55 253 5 64
Binary 1111111 10001100 10001010 1001 0 1 101101 10101011 101 110100

Color Harmonies of #7F8C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8C8A

Black with #7F8C8A

Text Example


Text Example

White with #7F8C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,140,138); }

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

background-color css

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

 a { background-color: rgb(127,140,138); }

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

border-color css

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

 span { border-color: rgb(127,140,138); }

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