Html Css Color HEX #63877F Patina

📋 copy color: '#63877F'

red 99 ◦ green 135 ◦ blue 127

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

Shades of Patina #63877F

Tints of Patina #63877F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.4%

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

R = 27.42%
G = 37.4%
B = 35.18%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#63877F (or 0x63877F) is known color: Patina. HEX triplet: 63, 87 and 7F. RGB value is (99,135,127). Sum of RGB (Red+Green+Blue) = 99+135+127=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 135 (53.12% from 255 or 37.40% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 135 - color contains mainly: green. Hex color #63877F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63877F is #9C7880. Grayscale: #7B7B7B. Windows color (decimal): -10254465 or 8357731. OLE color: 8357731.

HSL color Cylindrical-coordinate representation of color #63877F: hue angle of 166.67º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #63877F is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 135 127 -
CMYK 0.27 0 0.06 0.47
HSL 166.67º 0.15% 0.46% -
HSV(B) 166.67º 0.27% 0.53% -
XYZ 17.64 21.51 23.3 -
YUV 123.32 130.07 110.65 -
System Red Green Blue C M Y K H S L
Decimal 99 135 127 0.27 0 0.06 0.47 166.67 0.15 0.46
Hex 63 87 7F 1B 0 6 2F A7 F 2E
Octal 143 207 177 33 0 6 57 247 17 56
Binary 1100011 10000111 1111111 11011 0 110 101111 10100111 1111 101110

Color Harmonies of #63877F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63877F

Black with #63877F

Text Example


Text Example

White with #63877F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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