Html Css Color HEX #737A78 Rolling Stone

📋 copy color: '#737A78'

red 115 ◦ green 122 ◦ blue 120

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

Shades of Rolling Stone #737A78

Tints of Rolling Stone #737A78

RGB

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

 GREEN value IS 122 (48.05% from 255) = 34.17%

 BLUE value IS 120 (47.27% from 255) = 33.61%

R = 32.21%
G = 34.17%
B = 33.61%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#737A78 (or 0x737A78) is known color: Rolling Stone. HEX triplet: 73, 7A and 78. RGB value is (115,122,120). Sum of RGB (Red+Green+Blue) = 115+122+120=357 (47% of max value = 765). Red value is 115 (45.31% from 255 or 32.21% from 357); Green value is 122 (48.05% from 255 or 34.17% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 122 - color contains mainly: green. Hex color #737A78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737A78 is #8C8587. Grayscale: #777777. Windows color (decimal): -9209224 or 7895667. OLE color: 7895667.

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

Color convert

RGB 115 122 120 -
CMYK 0.06 0 0.02 0.52
HSL 162.86º 0.03% 0.46% -
HSV(B) 162.86º 0.06% 0.48% -
XYZ 17.42 18.92 20.5 -
YUV 119.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 115 122 120 0.06 0 0.02 0.52 162.86 0.03 0.46
Hex 73 7A 78 6 0 2 34 A3 3 2E
Octal 163 172 170 6 0 2 64 243 3 56
Binary 1110011 1111010 1111000 110 0 10 110100 10100011 11 101110

Color Harmonies of #737A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737A78

Black with #737A78

Text Example


Text Example

White with #737A78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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