Html Css Color HEX #63727F Raven

📋 copy color: '#63727F'

red 99 ◦ green 114 ◦ blue 127

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

Shades of Raven #63727F

Tints of Raven #63727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.53%

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

R = 29.12%
G = 33.53%
B = 37.35%

CMYK

 C value IS 0.22

 M value IS 0.10

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#63727F (or 0x63727F) is known color: Raven. HEX triplet: 63, 72 and 7F. RGB value is (99,114,127). Sum of RGB (Red+Green+Blue) = 99+114+127=340 (45% of max value = 765). Red value is 99 (39.06% from 255 or 29.12% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 127 - color contains mainly: blue. Hex color #63727F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63727F is #9C8D80. Grayscale: #6E6E6E. Windows color (decimal): -10259841 or 8352355. OLE color: 8352355.

HSL color Cylindrical-coordinate representation of color #63727F: hue angle of 207.86º degrees, saturation: 0.12, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #63727F is Cyan = 0.22, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 114 127 -
CMYK 0.22 0.10 0 0.50
HSL 207.86º 0.12% 0.44% -
HSV(B) 207.86º 0.22% 0.5% -
XYZ 14.99 16.22 22.42 -
YUV 111 137.03 119.44 -
System Red Green Blue C M Y K H S L
Decimal 99 114 127 0.22 0.10 0 0.50 207.86 0.12 0.44
Hex 63 72 7F 16 A 0 32 D0 C 2C
Octal 143 162 177 26 12 0 62 320 14 54
Binary 1100011 1110010 1111111 10110 1010 0 110010 11010000 1100 101100

Color Harmonies of #63727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63727F

Black with #63727F

Text Example


Text Example

White with #63727F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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