Html Css Color HEX #7A8683 Oslo Grey

📋 copy color: '#7A8683'

red 122 ◦ green 134 ◦ blue 131

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

Shades of Oslo Grey #7A8683

Tints of Oslo Grey #7A8683

RGB

 RED value IS 122 (48.05% from 255) = 31.52%

 GREEN value IS 134 (52.73% from 255) = 34.63%

 BLUE value IS 131 (51.56% from 255) = 33.85%

R = 31.52%
G = 34.63%
B = 33.85%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#7A8683 (or 0x7A8683) is known color: Oslo Grey. HEX triplet: 7A, 86 and 83. RGB value is (122,134,131). Sum of RGB (Red+Green+Blue) = 122+134+131=387 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.52% from 387); Green value is 134 (52.73% from 255 or 34.63% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 134 - color contains mainly: green. Hex color #7A8683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A8683 is #85797C. Grayscale: #828282. Windows color (decimal): -8747389 or 8619642. OLE color: 8619642.

HSL color Cylindrical-coordinate representation of color #7A8683: hue angle of 165º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #7A8683 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 134 131 -
CMYK 0.09 0 0.02 0.47
HSL 165º 0.05% 0.5% -
HSV(B) 165º 0.09% 0.53% -
XYZ 20.65 22.83 24.79 -
YUV 130.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 122 134 131 0.09 0 0.02 0.47 165 0.05 0.5
Hex 7A 86 83 9 0 2 2F A5 5 32
Octal 172 206 203 11 0 2 57 245 5 62
Binary 1111010 10000110 10000011 1001 0 10 101111 10100101 101 110010

Color Harmonies of #7A8683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A8683

Black with #7A8683

Text Example


Text Example

White with #7A8683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A8683; }

 p { color: rgb(122,134,131); }

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

background-color css

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

 a { background-color: rgb(122,134,131); }

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

border-color css

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

 span { border-color: rgb(122,134,131); }

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