Html Css Color HEX #768180 Oslo Grey

📋 copy color: '#768180'

red 118 ◦ green 129 ◦ blue 128

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

Shades of Oslo Grey #768180

Tints of Oslo Grey #768180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.4%

 BLUE value IS 128 (50.39% from 255) = 34.13%

R = 31.47%
G = 34.4%
B = 34.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#768180 (or 0x768180) is known color: Oslo Grey. HEX triplet: 76, 81 and 80. RGB value is (118,129,128). Sum of RGB (Red+Green+Blue) = 118+129+128=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 129 (50.78% from 255 or 34.4% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 129 - color contains mainly: green. Hex color #768180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768180 is #897E7F. Grayscale: #7D7D7D. Windows color (decimal): -9010816 or 8421750. OLE color: 8421750.

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

Color convert

RGB 118 129 128 -
CMYK 0.09 0 0.01 0.49
HSL 174.55º 0.04% 0.48% -
HSV(B) 174.55º 0.09% 0.51% -
XYZ 19.22 21.11 23.48 -
YUV 125.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 118 129 128 0.09 0 0.01 0.49 174.55 0.04 0.48
Hex 76 81 80 9 0 1 31 AF 4 30
Octal 166 201 200 11 0 1 61 257 4 60
Binary 1110110 10000001 10000000 1001 0 1 110001 10101111 100 110000

Color Harmonies of #768180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768180

Black with #768180

Text Example


Text Example

White with #768180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768180; }

 p { color: rgb(118,129,128); }

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

background-color css

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

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

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

border-color css

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

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

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