Html Css Color HEX #758585 Oslo Grey

📋 copy color: '#758585'

red 117 ◦ green 133 ◦ blue 133

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

Shades of Oslo Grey #758585

Tints of Oslo Grey #758585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.73%

R = 30.55%
G = 34.73%
B = 34.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#758585 (or 0x758585) is known color: Oslo Grey. HEX triplet: 75, 85 and 85. RGB value is (117,133,133). Sum of RGB (Red+Green+Blue) = 117+133+133=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 133 (52.34% from 255 or 34.73% from 383); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #758585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758585 is #8A7A7A. Grayscale: #808080. Windows color (decimal): -9075323 or 8750453. OLE color: 8750453.

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

Color convert

RGB 117 133 133 -
CMYK 0.12 0 0 0.48
HSL 180º 0.06% 0.49% -
HSV(B) 180º 0.12% 0.52% -
XYZ 19.96 22.25 25.43 -
YUV 128.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 117 133 133 0.12 0 0 0.48 180 0.06 0.49
Hex 75 85 85 C 0 0 30 B4 6 31
Octal 165 205 205 14 0 0 60 264 6 61
Binary 1110101 10000101 10000101 1100 0 0 110000 10110100 110 110001

Color Harmonies of #758585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758585

Black with #758585

Text Example


Text Example

White with #758585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758585; }

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

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

background-color css

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

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

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

border-color css

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

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

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