Html Css Color HEX #7B8684 Oslo Grey

📋 copy color: '#7B8684'

red 123 ◦ green 134 ◦ blue 132

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

Shades of Oslo Grey #7B8684

Tints of Oslo Grey #7B8684

RGB

 RED value IS 123 (48.44% from 255) = 31.62%

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

 BLUE value IS 132 (51.95% from 255) = 33.93%

R = 31.62%
G = 34.45%
B = 33.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#7B8684 (or 0x7B8684) is known color: Oslo Grey. HEX triplet: 7B, 86 and 84. RGB value is (123,134,132). Sum of RGB (Red+Green+Blue) = 123+134+132=389 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.62% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 134 - color contains mainly: green. Hex color #7B8684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8684 is #84797B. Grayscale: #828282. Windows color (decimal): -8681852 or 8685179. OLE color: 8685179.

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

Color convert

RGB 123 134 132 -
CMYK 0.08 0 0.01 0.47
HSL 169.09º 0.04% 0.5% -
HSV(B) 169.09º 0.08% 0.53% -
XYZ 20.86 22.93 25.16 -
YUV 130.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 123 134 132 0.08 0 0.01 0.47 169.09 0.04 0.5
Hex 7B 86 84 8 0 1 2F A9 4 32
Octal 173 206 204 10 0 1 57 251 4 62
Binary 1111011 10000110 10000100 1000 0 1 101111 10101001 100 110010

Color Harmonies of #7B8684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8684

Black with #7B8684

Text Example


Text Example

White with #7B8684

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,134,132); }

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

background-color css

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

 a { background-color: rgb(123,134,132); }

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

border-color css

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

 span { border-color: rgb(123,134,132); }

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