Html Css Color HEX #767C7A Rolling Stone

📋 copy color: '#767C7A'

red 118 ◦ green 124 ◦ blue 122

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

Shades of Rolling Stone #767C7A

Tints of Rolling Stone #767C7A

RGB

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

 GREEN value IS 124 (48.83% from 255) = 34.07%

 BLUE value IS 122 (48.05% from 255) = 33.52%

R = 32.42%
G = 34.07%
B = 33.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.51

RGB Variations

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

Color information

#767C7A (or 0x767C7A) is known color: Rolling Stone. HEX triplet: 76, 7C and 7A. RGB value is (118,124,122). Sum of RGB (Red+Green+Blue) = 118+124+122=364 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.42% from 364); Green value is 124 (48.83% from 255 or 34.07% from 364); Blue value is 122 (48.05% from 255 or 33.52% from 364); Max value from RGB is 124 - color contains mainly: green. Hex color #767C7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C7A is #898385. Grayscale: #797979. Windows color (decimal): -9012102 or 8027254. OLE color: 8027254.

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

Color convert

RGB 118 124 122 -
CMYK 0.05 0 0.02 0.51
HSL 160º 0.02% 0.47% -
HSV(B) 160º 0.05% 0.49% -
XYZ 18.19 19.67 21.25 -
YUV 121.98 128.01 125.16 -
System Red Green Blue C M Y K H S L
Decimal 118 124 122 0.05 0 0.02 0.51 160 0.02 0.47
Hex 76 7C 7A 5 0 2 33 A0 2 2F
Octal 166 174 172 5 0 2 63 240 2 57
Binary 1110110 1111100 1111010 101 0 10 110011 10100000 10 101111

Color Harmonies of #767C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C7A

Black with #767C7A

Text Example


Text Example

White with #767C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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