Html Css Color HEX #75817E Rolling Stone

📋 copy color: '#75817E'

red 117 ◦ green 129 ◦ blue 126

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

Shades of Rolling Stone #75817E

Tints of Rolling Stone #75817E

RGB

 RED value IS 117 (46.09% from 255) = 31.45%

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

 BLUE value IS 126 (49.61% from 255) = 33.87%

R = 31.45%
G = 34.68%
B = 33.87%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#75817E (or 0x75817E) is known color: Rolling Stone. HEX triplet: 75, 81 and 7E. RGB value is (117,129,126). Sum of RGB (Red+Green+Blue) = 117+129+126=372 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.45% from 372); Green value is 129 (50.78% from 255 or 34.68% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 129 - color contains mainly: green. Hex color #75817E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75817E is #8A7E81. Grayscale: #7D7D7D. Windows color (decimal): -9076354 or 8290677. OLE color: 8290677.

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

Color convert

RGB 117 129 126 -
CMYK 0.09 0 0.02 0.49
HSL 165º 0.05% 0.48% -
HSV(B) 165º 0.09% 0.51% -
XYZ 18.95 20.99 22.79 -
YUV 125.07 128.52 122.24 -
System Red Green Blue C M Y K H S L
Decimal 117 129 126 0.09 0 0.02 0.49 165 0.05 0.48
Hex 75 81 7E 9 0 2 31 A5 5 30
Octal 165 201 176 11 0 2 61 245 5 60
Binary 1110101 10000001 1111110 1001 0 10 110001 10100101 101 110000

Color Harmonies of #75817E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75817E

Black with #75817E

Text Example


Text Example

White with #75817E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75817E; }

 p { color: rgb(117,129,126); }

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

background-color css

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

 a { background-color: rgb(117,129,126); }

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

border-color css

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

 span { border-color: rgb(117,129,126); }

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