Html Css Color HEX #72827E Rolling Stone

📋 copy color: '#72827E'

red 114 ◦ green 130 ◦ blue 126

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

Shades of Rolling Stone #72827E

Tints of Rolling Stone #72827E

RGB

 RED value IS 114 (44.92% from 255) = 30.81%

 GREEN value IS 130 (51.17% from 255) = 35.14%

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

R = 30.81%
G = 35.14%
B = 34.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#72827E (or 0x72827E) is known color: Rolling Stone. HEX triplet: 72, 82 and 7E. RGB value is (114,130,126). Sum of RGB (Red+Green+Blue) = 114+130+126=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 130 (51.17% from 255 or 35.14% from 370); Blue value is 126 (49.61% from 255 or 34.05% from 370); Max value from RGB is 130 - color contains mainly: green. Hex color #72827E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #72827E is #8D7D81. Grayscale: #7C7C7C. Windows color (decimal): -9272706 or 8290930. OLE color: 8290930.

HSL color Cylindrical-coordinate representation of color #72827E: hue angle of 165º 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 #72827E is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 114 130 126 -
CMYK 0.12 0 0.03 0.49
HSL 165º 0.07% 0.48% -
HSV(B) 165º 0.12% 0.51% -
XYZ 18.69 21.05 22.82 -
YUV 124.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 114 130 126 0.12 0 0.03 0.49 165 0.07 0.48
Hex 72 82 7E C 0 3 31 A5 7 30
Octal 162 202 176 14 0 3 61 245 7 60
Binary 1110010 10000010 1111110 1100 0 11 110001 10100101 111 110000

Color Harmonies of #72827E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72827E

Black with #72827E

Text Example


Text Example

White with #72827E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,130,126); }

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

background-color css

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

 a { background-color: rgb(114,130,126); }

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

border-color css

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

 span { border-color: rgb(114,130,126); }

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