Html Css Color HEX #65877C Patina

📋 copy color: '#65877C'

red 101 ◦ green 135 ◦ blue 124

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

Shades of Patina #65877C

Tints of Patina #65877C

RGB

 RED value IS 101 (39.84% from 255) = 28.06%

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

 BLUE value IS 124 (48.83% from 255) = 34.44%

R = 28.06%
G = 37.5%
B = 34.44%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.47

RGB Variations

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

Color information

#65877C (or 0x65877C) is known color: Patina. HEX triplet: 65, 87 and 7C. RGB value is (101,135,124). Sum of RGB (Red+Green+Blue) = 101+135+124=360 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.06% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 124 (48.83% from 255 or 34.44% from 360); Max value from RGB is 135 - color contains mainly: green. Hex color #65877C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #65877C is #9A7883. Grayscale: #7B7B7B. Windows color (decimal): -10123396 or 8161125. OLE color: 8161125.

HSL color Cylindrical-coordinate representation of color #65877C: hue angle of 160.59º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #65877C is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.47.

Color convert

RGB 101 135 124 -
CMYK 0.25 0 0.08 0.47
HSL 160.59º 0.14% 0.46% -
HSV(B) 160.59º 0.25% 0.53% -
XYZ 17.67 21.55 22.3 -
YUV 123.58 128.24 111.89 -
System Red Green Blue C M Y K H S L
Decimal 101 135 124 0.25 0 0.08 0.47 160.59 0.14 0.46
Hex 65 87 7C 19 0 8 2F A1 E 2E
Octal 145 207 174 31 0 10 57 241 16 56
Binary 1100101 10000111 1111100 11001 0 1000 101111 10100001 1110 101110

Color Harmonies of #65877C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #65877C

Black with #65877C

Text Example


Text Example

White with #65877C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #65877C; }

 p { color: rgb(101,135,124); }

 H1.HeaderClassName
 {
   color: #65877C;
 }
 .AnyTagClassName
 {
   color: #65877C;
 }
</style>

background-color css

<style>
 a { background-color: #65877C; }

 a { background-color: rgb(101,135,124); }

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

border-color css

<style>
 span { border-color: #65877C; }

 span { border-color: rgb(101,135,124); }

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