Html Css Color HEX #7F918E Oslo Grey

📋 copy color: '#7F918E'

red 127 ◦ green 145 ◦ blue 142

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

Shades of Oslo Grey #7F918E

Tints of Oslo Grey #7F918E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.02%

 BLUE value IS 142 (55.86% from 255) = 34.3%

R = 30.68%
G = 35.02%
B = 34.3%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.02

 K value IS 0.43

RGB Variations

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

Color information

#7F918E (or 0x7F918E) is known color: Oslo Grey. HEX triplet: 7F, 91 and 8E. RGB value is (127,145,142). Sum of RGB (Red+Green+Blue) = 127+145+142=414 (54% of max value = 765). Red value is 127 (50% from 255 or 30.68% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 145 - color contains mainly: green. Hex color #7F918E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F918E is #806E71. Grayscale: #8B8B8B. Windows color (decimal): -8416882 or 9343359. OLE color: 9343359.

HSL color Cylindrical-coordinate representation of color #7F918E: hue angle of 170º degrees, saturation: 0.08, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #7F918E is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB 127 145 142 -
CMYK 0.12 0 0.02 0.43
HSL 170º 0.08% 0.53% -
HSV(B) 170º 0.12% 0.57% -
XYZ 23.76 26.72 29.5 -
YUV 139.28 129.54 119.24 -
System Red Green Blue C M Y K H S L
Decimal 127 145 142 0.12 0 0.02 0.43 170 0.08 0.53
Hex 7F 91 8E C 0 2 2B AA 8 35
Octal 177 221 216 14 0 2 53 252 10 65
Binary 1111111 10010001 10001110 1100 0 10 101011 10101010 1000 110101

Color Harmonies of #7F918E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F918E

Black with #7F918E

Text Example


Text Example

White with #7F918E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,145,142); }

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

background-color css

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

 a { background-color: rgb(127,145,142); }

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

border-color css

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

 span { border-color: rgb(127,145,142); }

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