Html Css Color HEX #758584 Oslo Grey

📋 copy color: '#758584'

red 117 ◦ green 133 ◦ blue 132

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

Shades of Oslo Grey #758584

Tints of Oslo Grey #758584

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.82%

 BLUE value IS 132 (51.95% from 255) = 34.55%

R = 30.63%
G = 34.82%
B = 34.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#758584 (or 0x758584) is known color: Oslo Grey. HEX triplet: 75, 85 and 84. RGB value is (117,133,132). Sum of RGB (Red+Green+Blue) = 117+133+132=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 133 (52.34% from 255 or 34.82% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 133 - color contains mainly: green. Hex color #758584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758584 is #8A7A7B. Grayscale: #808080. Windows color (decimal): -9075324 or 8684917. OLE color: 8684917.

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

Color convert

RGB 117 133 132 -
CMYK 0.12 0 0.01 0.48
HSL 176.25º 0.06% 0.49% -
HSV(B) 176.25º 0.12% 0.52% -
XYZ 19.89 22.22 25.07 -
YUV 128.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 117 133 132 0.12 0 0.01 0.48 176.25 0.06 0.49
Hex 75 85 84 C 0 1 30 B0 6 31
Octal 165 205 204 14 0 1 60 260 6 61
Binary 1110101 10000101 10000100 1100 0 1 110000 10110000 110 110001

Color Harmonies of #758584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758584

Black with #758584

Text Example


Text Example

White with #758584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758584; }

 p { color: rgb(117,133,132); }

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

background-color css

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

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

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

border-color css

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

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

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