Html Css Color HEX #778785 Oslo Grey

📋 copy color: '#778785'

red 119 ◦ green 135 ◦ blue 133

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

Shades of Oslo Grey #778785

Tints of Oslo Grey #778785

RGB

 RED value IS 119 (46.88% from 255) = 30.75%

 GREEN value IS 135 (53.13% from 255) = 34.88%

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

R = 30.75%
G = 34.88%
B = 34.37%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#778785 (or 0x778785) is known color: Oslo Grey. HEX triplet: 77, 87 and 85. RGB value is (119,135,133). Sum of RGB (Red+Green+Blue) = 119+135+133=387 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.75% from 387); Green value is 135 (53.12% from 255 or 34.88% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 135 - color contains mainly: green. Hex color #778785 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #778785 is #88787A. Grayscale: #818181. Windows color (decimal): -8943739 or 8750967. OLE color: 8750967.

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

Color convert

RGB 119 135 133 -
CMYK 0.12 0 0.01 0.47
HSL 172.5º 0.06% 0.5% -
HSV(B) 172.5º 0.12% 0.53% -
XYZ 20.51 22.94 25.54 -
YUV 129.99 129.7 120.16 -
System Red Green Blue C M Y K H S L
Decimal 119 135 133 0.12 0 0.01 0.47 172.5 0.06 0.5
Hex 77 87 85 C 0 1 2F AC 6 32
Octal 167 207 205 14 0 1 57 254 6 62
Binary 1110111 10000111 10000101 1100 0 1 101111 10101100 110 110010

Color Harmonies of #778785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #778785

Black with #778785

Text Example


Text Example

White with #778785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #778785; }

 p { color: rgb(119,135,133); }

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

background-color css

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

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

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

border-color css

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

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

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