Html Css Color HEX #73837D Rolling Stone

📋 copy color: '#73837D'

red 115 ◦ green 131 ◦ blue 125

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

Shades of Rolling Stone #73837D

Tints of Rolling Stone #73837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.31%

 BLUE value IS 125 (49.22% from 255) = 33.69%

R = 31%
G = 35.31%
B = 33.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#73837D (or 0x73837D) is known color: Rolling Stone. HEX triplet: 73, 83 and 7D. RGB value is (115,131,125). Sum of RGB (Red+Green+Blue) = 115+131+125=371 (49% of max value = 765). Red value is 115 (45.31% from 255 or 31.00% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 131 - color contains mainly: green. Hex color #73837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73837D is #8C7C82. Grayscale: #7D7D7D. Windows color (decimal): -9206915 or 8225651. OLE color: 8225651.

HSL color Cylindrical-coordinate representation of color #73837D: hue angle of 157.5º degrees, saturation: 0.07, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #73837D is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 131 125 -
CMYK 0.12 0 0.05 0.49
HSL 157.5º 0.07% 0.48% -
HSV(B) 157.5º 0.12% 0.51% -
XYZ 18.89 21.36 22.53 -
YUV 125.53 127.7 120.49 -
System Red Green Blue C M Y K H S L
Decimal 115 131 125 0.12 0 0.05 0.49 157.5 0.07 0.48
Hex 73 83 7D C 0 5 31 9E 7 30
Octal 163 203 175 14 0 5 61 236 7 60
Binary 1110011 10000011 1111101 1100 0 101 110001 10011110 111 110000

Color Harmonies of #73837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73837D

Black with #73837D

Text Example


Text Example

White with #73837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73837D; }

 p { color: rgb(115,131,125); }

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

background-color css

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

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

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

border-color css

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

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

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