Html Css Color HEX #7C8683 Oslo Grey

📋 copy color: '#7C8683'

red 124 ◦ green 134 ◦ blue 131

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

Shades of Oslo Grey #7C8683

Tints of Oslo Grey #7C8683

RGB

 RED value IS 124 (48.83% from 255) = 31.88%

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

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

R = 31.88%
G = 34.45%
B = 33.68%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#7C8683 (or 0x7C8683) is known color: Oslo Grey. HEX triplet: 7C, 86 and 83. RGB value is (124,134,131). Sum of RGB (Red+Green+Blue) = 124+134+131=389 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.88% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 134 - color contains mainly: green. Hex color #7C8683 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C8683 is #83797C. Grayscale: #828282. Windows color (decimal): -8616317 or 8619644. OLE color: 8619644.

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

Color convert

RGB 124 134 131 -
CMYK 0.07 0 0.02 0.47
HSL 162º 0.04% 0.51% -
HSV(B) 162º 0.07% 0.53% -
XYZ 20.93 22.97 24.8 -
YUV 130.67 128.19 123.24 -
System Red Green Blue C M Y K H S L
Decimal 124 134 131 0.07 0 0.02 0.47 162 0.04 0.51
Hex 7C 86 83 7 0 2 2F A2 4 33
Octal 174 206 203 7 0 2 57 242 4 63
Binary 1111100 10000110 10000011 111 0 10 101111 10100010 100 110011

Color Harmonies of #7C8683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C8683

Black with #7C8683

Text Example


Text Example

White with #7C8683

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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