Html Css Color HEX #74807D Rolling Stone

📋 copy color: '#74807D'

red 116 ◦ green 128 ◦ blue 125

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

Shades of Rolling Stone #74807D

Tints of Rolling Stone #74807D

RGB

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

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

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

R = 31.44%
G = 34.69%
B = 33.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#74807D (or 0x74807D) is known color: Rolling Stone. HEX triplet: 74, 80 and 7D. RGB value is (116,128,125). Sum of RGB (Red+Green+Blue) = 116+128+125=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 128 (50.39% from 255 or 34.69% from 369); Blue value is 125 (49.22% from 255 or 33.88% from 369); Max value from RGB is 128 - color contains mainly: green. Hex color #74807D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74807D is #8B7F82. Grayscale: #7C7C7C. Windows color (decimal): -9142147 or 8224884. OLE color: 8224884.

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

Color convert

RGB 116 128 125 -
CMYK 0.09 0 0.02 0.50
HSL 165º 0.05% 0.48% -
HSV(B) 165º 0.09% 0.5% -
XYZ 18.62 20.63 22.4 -
YUV 124.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 116 128 125 0.09 0 0.02 0.50 165 0.05 0.48
Hex 74 80 7D 9 0 2 32 A5 5 30
Octal 164 200 175 11 0 2 62 245 5 60
Binary 1110100 10000000 1111101 1001 0 10 110010 10100101 101 110000

Color Harmonies of #74807D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74807D

Black with #74807D

Text Example


Text Example

White with #74807D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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