Html Css Color HEX #657B76 Rolling Stone

📋 copy color: '#657B76'

red 101 ◦ green 123 ◦ blue 118

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

Shades of Rolling Stone #657B76

Tints of Rolling Stone #657B76

RGB

 RED value IS 101 (39.84% from 255) = 29.53%

 GREEN value IS 123 (48.44% from 255) = 35.96%

 BLUE value IS 118 (46.48% from 255) = 34.5%

R = 29.53%
G = 35.96%
B = 34.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#657B76 (or 0x657B76) is known color: Rolling Stone. HEX triplet: 65, 7B and 76. RGB value is (101,123,118). Sum of RGB (Red+Green+Blue) = 101+123+118=342 (45% of max value = 765). Red value is 101 (39.84% from 255 or 29.53% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 123 - color contains mainly: green. Hex color #657B76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #657B76 is #9A8489. Grayscale: #737373. Windows color (decimal): -10126474 or 7764837. OLE color: 7764837.

HSL color Cylindrical-coordinate representation of color #657B76: hue angle of 166.36º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #657B76 is Cyan = 0.18, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 101 123 118 -
CMYK 0.18 0 0.04 0.52
HSL 166.36º 0.1% 0.44% -
HSV(B) 166.36º 0.18% 0.48% -
XYZ 15.72 18.24 19.83 -
YUV 115.85 129.21 117.41 -
System Red Green Blue C M Y K H S L
Decimal 101 123 118 0.18 0 0.04 0.52 166.36 0.1 0.44
Hex 65 7B 76 12 0 4 34 A6 A 2C
Octal 145 173 166 22 0 4 64 246 12 54
Binary 1100101 1111011 1110110 10010 0 100 110100 10100110 1010 101100

Color Harmonies of #657B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #657B76

Black with #657B76

Text Example


Text Example

White with #657B76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #657B76; }

 p { color: rgb(101,123,118); }

 H1.HeaderClassName
 {
   color: #657B76;
 }
 .AnyTagClassName
 {
   color: #657B76;
 }
</style>

background-color css

<style>
 a { background-color: #657B76; }

 a { background-color: rgb(101,123,118); }

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

border-color css

<style>
 span { border-color: #657B76; }

 span { border-color: rgb(101,123,118); }

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