Html Css Color HEX #7B8584 Oslo Grey

📋 copy color: '#7B8584'

red 123 ◦ green 133 ◦ blue 132

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

Shades of Oslo Grey #7B8584

Tints of Oslo Grey #7B8584

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.28%

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

R = 31.7%
G = 34.28%
B = 34.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#7B8584 (or 0x7B8584) is known color: Oslo Grey. HEX triplet: 7B, 85 and 84. RGB value is (123,133,132). Sum of RGB (Red+Green+Blue) = 123+133+132=388 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.70% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 133 - color contains mainly: green. Hex color #7B8584 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B8584 is #847A7B. Grayscale: #818181. Windows color (decimal): -8682108 or 8684923. OLE color: 8684923.

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

Color convert

RGB 123 133 132 -
CMYK 0.08 0 0.01 0.48
HSL 174º 0.04% 0.5% -
HSV(B) 174º 0.08% 0.52% -
XYZ 20.72 22.65 25.11 -
YUV 129.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 123 133 132 0.08 0 0.01 0.48 174 0.04 0.5
Hex 7B 85 84 8 0 1 30 AE 4 32
Octal 173 205 204 10 0 1 60 256 4 62
Binary 1111011 10000101 10000100 1000 0 1 110000 10101110 100 110010

Color Harmonies of #7B8584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B8584

Black with #7B8584

Text Example


Text Example

White with #7B8584

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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