Html Css Color HEX #758381 Oslo Grey

📋 copy color: '#758381'

red 117 ◦ green 131 ◦ blue 129

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

Shades of Oslo Grey #758381

Tints of Oslo Grey #758381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.75%

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

R = 31.03%
G = 34.75%
B = 34.22%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#758381 (or 0x758381) is known color: Oslo Grey. HEX triplet: 75, 83 and 81. RGB value is (117,131,129). Sum of RGB (Red+Green+Blue) = 117+131+129=377 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.03% from 377); Green value is 131 (51.56% from 255 or 34.75% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 131 - color contains mainly: green. Hex color #758381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758381 is #8A7C7E. Grayscale: #7E7E7E. Windows color (decimal): -9075839 or 8487797. OLE color: 8487797.

HSL color Cylindrical-coordinate representation of color #758381: hue angle of 171.43º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #758381 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 131 129 -
CMYK 0.11 0 0.02 0.49
HSL 171.43º 0.06% 0.49% -
HSV(B) 171.43º 0.11% 0.51% -
XYZ 19.41 21.6 23.91 -
YUV 126.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 117 131 129 0.11 0 0.02 0.49 171.43 0.06 0.49
Hex 75 83 81 B 0 2 31 AB 6 31
Octal 165 203 201 13 0 2 61 253 6 61
Binary 1110101 10000011 10000001 1011 0 10 110001 10101011 110 110001

Color Harmonies of #758381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758381

Black with #758381

Text Example


Text Example

White with #758381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758381; }

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

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

background-color css

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

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

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

border-color css

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

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

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