Html Css Color HEX #738180 Rolling Stone

📋 copy color: '#738180'

red 115 ◦ green 129 ◦ blue 128

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

Shades of Rolling Stone #738180

Tints of Rolling Stone #738180

RGB

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

 GREEN value IS 129 (50.78% from 255) = 34.68%

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

R = 30.91%
G = 34.68%
B = 34.41%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#738180 (or 0x738180) is known color: Rolling Stone. HEX triplet: 73, 81 and 80. RGB value is (115,129,128). Sum of RGB (Red+Green+Blue) = 115+129+128=372 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.91% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 128 (50.39% from 255 or 34.41% from 372); Max value from RGB is 129 - color contains mainly: green. Hex color #738180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #738180 is #8C7E7F. Grayscale: #7C7C7C. Windows color (decimal): -9207424 or 8421747. OLE color: 8421747.

HSL color Cylindrical-coordinate representation of color #738180: hue angle of 175.71º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #738180 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 129 128 -
CMYK 0.11 0 0.01 0.49
HSL 175.71º 0.06% 0.48% -
HSV(B) 175.71º 0.11% 0.51% -
XYZ 18.82 20.9 23.47 -
YUV 124.7 129.86 121.08 -
System Red Green Blue C M Y K H S L
Decimal 115 129 128 0.11 0 0.01 0.49 175.71 0.06 0.48
Hex 73 81 80 B 0 1 31 B0 6 30
Octal 163 201 200 13 0 1 61 260 6 60
Binary 1110011 10000001 10000000 1011 0 1 110001 10110000 110 110000

Color Harmonies of #738180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738180

Black with #738180

Text Example


Text Example

White with #738180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738180; }

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

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

background-color css

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

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

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

border-color css

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

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

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