Html Css Color HEX #768281 Oslo Grey

📋 copy color: '#768281'

red 118 ◦ green 130 ◦ blue 129

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

Shades of Oslo Grey #768281

Tints of Oslo Grey #768281

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.48%

 BLUE value IS 129 (50.78% from 255) = 34.22%

R = 31.3%
G = 34.48%
B = 34.22%

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

#768281 (or 0x768281) is known color: Oslo Grey. HEX triplet: 76, 82 and 81. RGB value is (118,130,129). Sum of RGB (Red+Green+Blue) = 118+130+129=377 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.30% from 377); Green value is 130 (51.17% from 255 or 34.48% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 130 - color contains mainly: green. Hex color #768281 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768281 is #897D7E. Grayscale: #7E7E7E. Windows color (decimal): -9010559 or 8487542. OLE color: 8487542.

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

Color convert

RGB 118 130 129 -
CMYK 0.09 0 0.01 0.49
HSL 175º 0.05% 0.49% -
HSV(B) 175º 0.09% 0.51% -
XYZ 19.42 21.4 23.88 -
YUV 126.3 129.52 122.08 -
System Red Green Blue C M Y K H S L
Decimal 118 130 129 0.09 0 0.01 0.49 175 0.05 0.49
Hex 76 82 81 9 0 1 31 AF 5 31
Octal 166 202 201 11 0 1 61 257 5 61
Binary 1110110 10000010 10000001 1001 0 1 110001 10101111 101 110001

Color Harmonies of #768281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768281

Black with #768281

Text Example


Text Example

White with #768281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768281; }

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

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

background-color css

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

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

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

border-color css

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

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

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