Html Css Color HEX #63877E Patina

📋 copy color: '#63877E'

red 99 ◦ green 135 ◦ blue 126

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

Shades of Patina #63877E

Tints of Patina #63877E

RGB

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

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

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

R = 27.5%
G = 37.5%
B = 35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#63877E (or 0x63877E) is known color: Patina. HEX triplet: 63, 87 and 7E. RGB value is (99,135,126). Sum of RGB (Red+Green+Blue) = 99+135+126=360 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.5% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #63877E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #63877E is #9C7881. Grayscale: #7B7B7B. Windows color (decimal): -10254466 or 8292195. OLE color: 8292195.

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

Color convert

RGB 99 135 126 -
CMYK 0.27 0 0.07 0.47
HSL 165º 0.15% 0.46% -
HSV(B) 165º 0.27% 0.53% -
XYZ 17.58 21.49 22.96 -
YUV 123.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 99 135 126 0.27 0 0.07 0.47 165 0.15 0.46
Hex 63 87 7E 1B 0 7 2F A5 F 2E
Octal 143 207 176 33 0 7 57 245 17 56
Binary 1100011 10000111 1111110 11011 0 111 101111 10100101 1111 101110

Color Harmonies of #63877E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63877E

Black with #63877E

Text Example


Text Example

White with #63877E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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