Html Css Color HEX #738080 Rolling Stone

📋 copy color: '#738080'

red 115 ◦ green 128 ◦ blue 128

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

Shades of Rolling Stone #738080

Tints of Rolling Stone #738080

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.5%

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 31%
G = 34.5%
B = 34.5%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#738080 (or 0x738080) is known color: Rolling Stone. HEX triplet: 73, 80 and 80. RGB value is (115,128,128). Sum of RGB (Red+Green+Blue) = 115+128+128=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 128 (50.39% from 255 or 34.50% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 128 - color contains mainly: green, blue. Hex color #738080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738080 is #8C7F7F. Grayscale: #7C7C7C. Windows color (decimal): -9207680 or 8421491. OLE color: 8421491.

HSL color Cylindrical-coordinate representation of color #738080: hue angle of 180º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #738080 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 128 128 -
CMYK 0.10 0 0 0.50
HSL 180º 0.05% 0.48% -
HSV(B) 180º 0.1% 0.5% -
XYZ 18.69 20.64 23.42 -
YUV 124.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 115 128 128 0.10 0 0 0.50 180 0.05 0.48
Hex 73 80 80 A 0 0 32 B4 5 30
Octal 163 200 200 12 0 0 62 264 5 60
Binary 1110011 10000000 10000000 1010 0 0 110010 10110100 101 110000

Color Harmonies of #738080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738080

Black with #738080

Text Example


Text Example

White with #738080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738080; }

 p { color: rgb(115,128,128); }

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

background-color css

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

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

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

border-color css

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

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

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