Html Css Color HEX #648A7B Patina

📋 copy color: '#648A7B'

red 100 ◦ green 138 ◦ blue 123

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

Shades of Patina #648A7B

Tints of Patina #648A7B

RGB

 RED value IS 100 (39.45% from 255) = 27.7%

 GREEN value IS 138 (54.3% from 255) = 38.23%

 BLUE value IS 123 (48.44% from 255) = 34.07%

R = 27.7%
G = 38.23%
B = 34.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.11

 K value IS 0.46

RGB Variations

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

Color information

#648A7B (or 0x648A7B) is known color: Patina. HEX triplet: 64, 8A and 7B. RGB value is (100,138,123). Sum of RGB (Red+Green+Blue) = 100+138+123=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 123 (48.44% from 255 or 34.07% from 361); Max value from RGB is 138 - color contains mainly: green. Hex color #648A7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648A7B is #9B7584. Grayscale: #7C7C7C. Windows color (decimal): -10188165 or 8096356. OLE color: 8096356.

HSL color Cylindrical-coordinate representation of color #648A7B: hue angle of 156.32º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648A7B is Cyan = 0.28, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.46.

Color convert

RGB 100 138 123 -
CMYK 0.28 0 0.11 0.46
HSL 156.32º 0.16% 0.47% -
HSV(B) 156.32º 0.28% 0.54% -
XYZ 17.92 22.32 22.1 -
YUV 124.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 100 138 123 0.28 0 0.11 0.46 156.32 0.16 0.47
Hex 64 8A 7B 1C 0 B 2E 9C 10 2F
Octal 144 212 173 34 0 13 56 234 20 57
Binary 1100100 10001010 1111011 11100 0 1011 101110 10011100 10000 101111

Color Harmonies of #648A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648A7B

Black with #648A7B

Text Example


Text Example

White with #648A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648A7B; }

 p { color: rgb(100,138,123); }

 H1.HeaderClassName
 {
   color: #648A7B;
 }
 .AnyTagClassName
 {
   color: #648A7B;
 }
</style>

background-color css

<style>
 a { background-color: #648A7B; }

 a { background-color: rgb(100,138,123); }

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

border-color css

<style>
 span { border-color: #648A7B; }

 span { border-color: rgb(100,138,123); }

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