Html Css Color HEX #768381 Oslo Grey

📋 copy color: '#768381'

red 118 ◦ green 131 ◦ blue 129

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

Shades of Oslo Grey #768381

Tints of Oslo Grey #768381

RGB

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

 GREEN value IS 131 (51.56% from 255) = 34.66%

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

R = 31.22%
G = 34.66%
B = 34.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#768381 (or 0x768381) is known color: Oslo Grey. HEX triplet: 76, 83 and 81. RGB value is (118,131,129). Sum of RGB (Red+Green+Blue) = 118+131+129=378 (50% of max value = 765). Red value is 118 (46.48% from 255 or 31.22% from 378); Green value is 131 (51.56% from 255 or 34.66% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 131 - color contains mainly: green. Hex color #768381 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #768381 is #897C7E. Grayscale: #7E7E7E. Windows color (decimal): -9010303 or 8487798. OLE color: 8487798.

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

Color convert

RGB 118 131 129 -
CMYK 0.10 0 0.02 0.49
HSL 170.77º 0.05% 0.49% -
HSV(B) 170.77º 0.1% 0.51% -
XYZ 19.55 21.67 23.92 -
YUV 126.89 129.19 121.66 -
System Red Green Blue C M Y K H S L
Decimal 118 131 129 0.10 0 0.02 0.49 170.77 0.05 0.49
Hex 76 83 81 A 0 2 31 AB 5 31
Octal 166 203 201 12 0 2 61 253 5 61
Binary 1110110 10000011 10000001 1010 0 10 110001 10101011 101 110001

Color Harmonies of #768381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #768381

Black with #768381

Text Example


Text Example

White with #768381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #768381; }

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

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

background-color css

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

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

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

border-color css

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

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

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