Html Css Color HEX #768585 Oslo Grey

📋 copy color: '#768585'

red 118 ◦ green 133 ◦ blue 133

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

Shades of Oslo Grey #768585

Tints of Oslo Grey #768585

RGB

 RED value IS 118 (46.48% from 255) = 30.73%

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

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

R = 30.73%
G = 34.64%
B = 34.64%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#768585 (or 0x768585) is known color: Oslo Grey. HEX triplet: 76, 85 and 85. RGB value is (118,133,133). Sum of RGB (Red+Green+Blue) = 118+133+133=384 (50% of max value = 765). Red value is 118 (46.48% from 255 or 30.73% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 133 - color contains mainly: green, blue. Hex color #768585 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768585 is #897A7A. Grayscale: #808080. Windows color (decimal): -9009787 or 8750454. OLE color: 8750454.

HSL color Cylindrical-coordinate representation of color #768585: 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.11%. Process color model (Four color, CMYK) of #768585 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 133 133 -
CMYK 0.11 0 0 0.48
HSL 180º 0.06% 0.49% -
HSV(B) 180º 0.11% 0.52% -
XYZ 20.09 22.32 25.44 -
YUV 128.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 118 133 133 0.11 0 0 0.48 180 0.06 0.49
Hex 76 85 85 B 0 0 30 B4 6 31
Octal 166 205 205 13 0 0 60 264 6 61
Binary 1110110 10000101 10000101 1011 0 0 110000 10110100 110 110001

Color Harmonies of #768585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768585

Black with #768585

Text Example


Text Example

White with #768585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768585; }

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

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

background-color css

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

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

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

border-color css

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

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

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