Html Css Color HEX #76807C Rolling Stone

📋 copy color: '#76807C'

red 118 ◦ green 128 ◦ blue 124

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

Shades of Rolling Stone #76807C

Tints of Rolling Stone #76807C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.59%

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 31.89%
G = 34.59%
B = 33.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.03

 K value IS 0.50

RGB Variations

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

Color information

#76807C (or 0x76807C) is known color: Rolling Stone. HEX triplet: 76, 80 and 7C. RGB value is (118,128,124). Sum of RGB (Red+Green+Blue) = 118+128+124=370 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.89% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 128 - color contains mainly: green. Hex color #76807C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76807C is #897F83. Grayscale: #7C7C7C. Windows color (decimal): -9011076 or 8159350. OLE color: 8159350.

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

Color convert

RGB 118 128 124 -
CMYK 0.08 0 0.03 0.50
HSL 156º 0.04% 0.48% -
HSV(B) 156º 0.08% 0.5% -
XYZ 18.83 20.75 22.08 -
YUV 124.55 127.69 123.33 -
System Red Green Blue C M Y K H S L
Decimal 118 128 124 0.08 0 0.03 0.50 156 0.04 0.48
Hex 76 80 7C 8 0 3 32 9C 4 30
Octal 166 200 174 10 0 3 62 234 4 60
Binary 1110110 10000000 1111100 1000 0 11 110010 10011100 100 110000

Color Harmonies of #76807C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76807C

Black with #76807C

Text Example


Text Example

White with #76807C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76807C; }

 p { color: rgb(118,128,124); }

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

background-color css

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

 a { background-color: rgb(118,128,124); }

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

border-color css

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

 span { border-color: rgb(118,128,124); }

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