Html Css Color HEX #63807F Rolling Stone

📋 copy color: '#63807F'

red 99 ◦ green 128 ◦ blue 127

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

Shades of Rolling Stone #63807F

Tints of Rolling Stone #63807F

RGB

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

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

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

R = 27.97%
G = 36.16%
B = 35.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.01

 K value IS 0.50

RGB Variations

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

Color information

#63807F (or 0x63807F) is known color: Rolling Stone. HEX triplet: 63, 80 and 7F. RGB value is (99,128,127). Sum of RGB (Red+Green+Blue) = 99+128+127=354 (46% of max value = 765). Red value is 99 (39.06% from 255 or 27.97% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 127 (50% from 255 or 35.88% from 354); Max value from RGB is 128 - color contains mainly: green. Hex color #63807F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63807F is #9C7F80. Grayscale: #777777. Windows color (decimal): -10256257 or 8355939. OLE color: 8355939.

HSL color Cylindrical-coordinate representation of color #63807F: hue angle of 177.93º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #63807F is Cyan = 0.23, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 127 -
CMYK 0.23 0 0.01 0.50
HSL 177.93º 0.13% 0.45% -
HSV(B) 177.93º 0.23% 0.5% -
XYZ 16.7 19.62 22.99 -
YUV 119.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 99 128 127 0.23 0 0.01 0.50 177.93 0.13 0.45
Hex 63 80 7F 17 0 1 32 B2 D 2D
Octal 143 200 177 27 0 1 62 262 15 55
Binary 1100011 10000000 1111111 10111 0 1 110010 10110010 1101 101101

Color Harmonies of #63807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63807F

Black with #63807F

Text Example


Text Example

White with #63807F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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