Html Css Color HEX #758685 Oslo Grey

📋 copy color: '#758685'

red 117 ◦ green 134 ◦ blue 133

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

Shades of Oslo Grey #758685

Tints of Oslo Grey #758685

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.9%

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

R = 30.47%
G = 34.9%
B = 34.64%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#758685 (or 0x758685) is known color: Oslo Grey. HEX triplet: 75, 86 and 85. RGB value is (117,134,133). Sum of RGB (Red+Green+Blue) = 117+134+133=384 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.47% from 384); Green value is 134 (52.73% from 255 or 34.90% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 134 - color contains mainly: green. Hex color #758685 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758685 is #8A797A. Grayscale: #808080. Windows color (decimal): -9075067 or 8750709. OLE color: 8750709.

HSL color Cylindrical-coordinate representation of color #758685: hue angle of 176.47º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #758685 is Cyan = 0.13, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 117 134 133 -
CMYK 0.13 0 0.01 0.47
HSL 176.47º 0.07% 0.49% -
HSV(B) 176.47º 0.13% 0.53% -
XYZ 20.09 22.53 25.48 -
YUV 128.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 117 134 133 0.13 0 0.01 0.47 176.47 0.07 0.49
Hex 75 86 85 D 0 1 2F B0 7 31
Octal 165 206 205 15 0 1 57 260 7 61
Binary 1110101 10000110 10000101 1101 0 1 101111 10110000 111 110001

Color Harmonies of #758685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758685

Black with #758685

Text Example


Text Example

White with #758685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758685; }

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

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

background-color css

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

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

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

border-color css

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

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

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