Html Css Color HEX #737B7A Rolling Stone

📋 copy color: '#737B7A'

red 115 ◦ green 123 ◦ blue 122

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

Shades of Rolling Stone #737B7A

Tints of Rolling Stone #737B7A

RGB

 RED value IS 115 (45.31% from 255) = 31.94%

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

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

R = 31.94%
G = 34.17%
B = 33.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#737B7A (or 0x737B7A) is known color: Rolling Stone. HEX triplet: 73, 7B and 7A. RGB value is (115,123,122). Sum of RGB (Red+Green+Blue) = 115+123+122=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 123 - color contains mainly: green. Hex color #737B7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737B7A is #8C8485. Grayscale: #787878. Windows color (decimal): -9208966 or 8026995. OLE color: 8026995.

HSL color Cylindrical-coordinate representation of color #737B7A: hue angle of 172.5º degrees, saturation: 0.03, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #737B7A is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.

Color convert

RGB 115 123 122 -
CMYK 0.07 0 0.01 0.52
HSL 172.5º 0.03% 0.47% -
HSV(B) 172.5º 0.07% 0.48% -
XYZ 17.67 19.22 21.19 -
YUV 120.49 128.85 124.08 -
System Red Green Blue C M Y K H S L
Decimal 115 123 122 0.07 0 0.01 0.52 172.5 0.03 0.47
Hex 73 7B 7A 7 0 1 34 AC 3 2F
Octal 163 173 172 7 0 1 64 254 3 57
Binary 1110011 1111011 1111010 111 0 1 110100 10101100 11 101111

Color Harmonies of #737B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737B7A

Black with #737B7A

Text Example


Text Example

White with #737B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737B7A; }

 p { color: rgb(115,123,122); }

 H1.HeaderClassName
 {
   color: #737B7A;
 }
 .AnyTagClassName
 {
   color: #737B7A;
 }
</style>

background-color css

<style>
 a { background-color: #737B7A; }

 a { background-color: rgb(115,123,122); }

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

border-color css

<style>
 span { border-color: #737B7A; }

 span { border-color: rgb(115,123,122); }

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