Html Css Color HEX #63827F Rolling Stone

📋 copy color: '#63827F'

red 99 ◦ green 130 ◦ blue 127

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

Shades of Rolling Stone #63827F

Tints of Rolling Stone #63827F

RGB

 RED value IS 99 (39.06% from 255) = 27.81%

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

 BLUE value IS 127 (50% from 255) = 35.67%

R = 27.81%
G = 36.52%
B = 35.67%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#63827F (or 0x63827F) is known color: Rolling Stone. HEX triplet: 63, 82 and 7F. RGB value is (99,130,127). Sum of RGB (Red+Green+Blue) = 99+130+127=356 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.81% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 127 (50% from 255 or 35.67% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #63827F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63827F is #9C7D80. Grayscale: #787878. Windows color (decimal): -10255745 or 8356451. OLE color: 8356451.

HSL color Cylindrical-coordinate representation of color #63827F: hue angle of 174.19º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #63827F is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 99 130 127 -
CMYK 0.24 0 0.02 0.49
HSL 174.19º 0.14% 0.45% -
HSV(B) 174.19º 0.24% 0.51% -
XYZ 16.96 20.15 23.07 -
YUV 120.39 131.73 112.74 -
System Red Green Blue C M Y K H S L
Decimal 99 130 127 0.24 0 0.02 0.49 174.19 0.14 0.45
Hex 63 82 7F 18 0 2 31 AE E 2D
Octal 143 202 177 30 0 2 61 256 16 55
Binary 1100011 10000010 1111111 11000 0 10 110001 10101110 1110 101101

Color Harmonies of #63827F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63827F

Black with #63827F

Text Example


Text Example

White with #63827F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #63827F; }

 p { color: rgb(99,130,127); }

 H1.HeaderClassName
 {
   color: #63827F;
 }
 .AnyTagClassName
 {
   color: #63827F;
 }
</style>

background-color css

<style>
 a { background-color: #63827F; }

 a { background-color: rgb(99,130,127); }

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

border-color css

<style>
 span { border-color: #63827F; }

 span { border-color: rgb(99,130,127); }

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