Html Css Color HEX #758180 Oslo Grey

📋 copy color: '#758180'

red 117 ◦ green 129 ◦ blue 128

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

Shades of Oslo Grey #758180

Tints of Oslo Grey #758180

RGB

 RED value IS 117 (46.09% from 255) = 31.28%

 GREEN value IS 129 (50.78% from 255) = 34.49%

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 31.28%
G = 34.49%
B = 34.22%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#758180 (or 0x758180) is known color: Oslo Grey. HEX triplet: 75, 81 and 80. RGB value is (117,129,128). Sum of RGB (Red+Green+Blue) = 117+129+128=374 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.28% from 374); Green value is 129 (50.78% from 255 or 34.49% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 129 - color contains mainly: green. Hex color #758180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758180 is #8A7E7F. Grayscale: #7D7D7D. Windows color (decimal): -9076352 or 8421749. OLE color: 8421749.

HSL color Cylindrical-coordinate representation of color #758180: hue angle of 175º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #758180 is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 129 128 -
CMYK 0.09 0 0.01 0.49
HSL 175º 0.05% 0.48% -
HSV(B) 175º 0.09% 0.51% -
XYZ 19.08 21.04 23.48 -
YUV 125.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 117 129 128 0.09 0 0.01 0.49 175 0.05 0.48
Hex 75 81 80 9 0 1 31 AF 5 30
Octal 165 201 200 11 0 1 61 257 5 60
Binary 1110101 10000001 10000000 1001 0 1 110001 10101111 101 110000

Color Harmonies of #758180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758180

Black with #758180

Text Example


Text Example

White with #758180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758180; }

 p { color: rgb(117,129,128); }

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

background-color css

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

 a { background-color: rgb(117,129,128); }

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

border-color css

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

 span { border-color: rgb(117,129,128); }

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