Html Css Color HEX #74837D Rolling Stone

📋 copy color: '#74837D'

red 116 ◦ green 131 ◦ blue 125

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

Shades of Rolling Stone #74837D

Tints of Rolling Stone #74837D

RGB

 RED value IS 116 (45.7% from 255) = 31.18%

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

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

R = 31.18%
G = 35.22%
B = 33.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.05

 K value IS 0.49

RGB Variations

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

Color information

#74837D (or 0x74837D) is known color: Rolling Stone. HEX triplet: 74, 83 and 7D. RGB value is (116,131,125). Sum of RGB (Red+Green+Blue) = 116+131+125=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 131 (51.56% from 255 or 35.22% from 372); Blue value is 125 (49.22% from 255 or 33.60% from 372); Max value from RGB is 131 - color contains mainly: green. Hex color #74837D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74837D is #8B7C82. Grayscale: #7D7D7D. Windows color (decimal): -9141379 or 8225652. OLE color: 8225652.

HSL color Cylindrical-coordinate representation of color #74837D: hue angle of 156º 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 #74837D is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 131 125 -
CMYK 0.11 0 0.05 0.49
HSL 156º 0.06% 0.48% -
HSV(B) 156º 0.11% 0.51% -
XYZ 19.02 21.43 22.54 -
YUV 125.83 127.53 120.99 -
System Red Green Blue C M Y K H S L
Decimal 116 131 125 0.11 0 0.05 0.49 156 0.06 0.48
Hex 74 83 7D B 0 5 31 9C 6 30
Octal 164 203 175 13 0 5 61 234 6 60
Binary 1110100 10000011 1111101 1011 0 101 110001 10011100 110 110000

Color Harmonies of #74837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74837D

Black with #74837D

Text Example


Text Example

White with #74837D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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