Html Css Color HEX #758181 Oslo Grey

📋 copy color: '#758181'

red 117 ◦ green 129 ◦ blue 129

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

Shades of Oslo Grey #758181

Tints of Oslo Grey #758181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 31.2%
G = 34.4%
B = 34.4%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#758181 (or 0x758181) is known color: Oslo Grey. HEX triplet: 75, 81 and 81. RGB value is (117,129,129). Sum of RGB (Red+Green+Blue) = 117+129+129=375 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.2% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 129 - color contains mainly: green, blue. Hex color #758181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758181 is #8A7E7E. Grayscale: #7D7D7D. Windows color (decimal): -9076351 or 8487285. OLE color: 8487285.

HSL color Cylindrical-coordinate representation of color #758181: hue angle of 180º 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 #758181 is Cyan = 0.09, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 129 129 -
CMYK 0.09 0 0 0.49
HSL 180º 0.05% 0.48% -
HSV(B) 180º 0.09% 0.51% -
XYZ 19.15 21.07 23.83 -
YUV 125.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 117 129 129 0.09 0 0 0.49 180 0.05 0.48
Hex 75 81 81 9 0 0 31 B4 5 30
Octal 165 201 201 11 0 0 61 264 5 60
Binary 1110101 10000001 10000001 1001 0 0 110001 10110100 101 110000

Color Harmonies of #758181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758181

Black with #758181

Text Example


Text Example

White with #758181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758181; }

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

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

background-color css

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

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

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

border-color css

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

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

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