Html Css Color HEX #767E7C Rolling Stone

📋 copy color: '#767E7C'

red 118 ◦ green 126 ◦ blue 124

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

Shades of Rolling Stone #767E7C

Tints of Rolling Stone #767E7C

RGB

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

 GREEN value IS 126 (49.61% from 255) = 34.24%

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

R = 32.07%
G = 34.24%
B = 33.7%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#767E7C (or 0x767E7C) is known color: Rolling Stone. HEX triplet: 76, 7E and 7C. RGB value is (118,126,124). Sum of RGB (Red+Green+Blue) = 118+126+124=368 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.07% from 368); Green value is 126 (49.61% from 255 or 34.24% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 126 - color contains mainly: green. Hex color #767E7C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E7C is #898183. Grayscale: #7B7B7B. Windows color (decimal): -9011588 or 8158838. OLE color: 8158838.

HSL color Cylindrical-coordinate representation of color #767E7C: hue angle of 165º degrees, saturation: 0.03, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #767E7C is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 126 124 -
CMYK 0.06 0 0.02 0.51
HSL 165º 0.03% 0.48% -
HSV(B) 165º 0.06% 0.49% -
XYZ 18.57 20.23 21.99 -
YUV 123.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 118 126 124 0.06 0 0.02 0.51 165 0.03 0.48
Hex 76 7E 7C 6 0 2 33 A5 3 30
Octal 166 176 174 6 0 2 63 245 3 60
Binary 1110110 1111110 1111100 110 0 10 110011 10100101 11 110000

Color Harmonies of #767E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E7C

Black with #767E7C

Text Example


Text Example

White with #767E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767E7C; }

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

 H1.HeaderClassName
 {
   color: #767E7C;
 }
 .AnyTagClassName
 {
   color: #767E7C;
 }
</style>

background-color css

<style>
 a { background-color: #767E7C; }

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

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

border-color css

<style>
 span { border-color: #767E7C; }

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

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