Html Css Color HEX #647072 Pale Sky

📋 copy color: '#647072'

red 100 ◦ green 112 ◦ blue 114

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

Shades of Pale Sky #647072

Tints of Pale Sky #647072

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.36%

 BLUE value IS 114 (44.92% from 255) = 34.97%

R = 30.67%
G = 34.36%
B = 34.97%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#647072 (or 0x647072) is known color: Pale Sky. HEX triplet: 64, 70 and 72. RGB value is (100,112,114). Sum of RGB (Red+Green+Blue) = 100+112+114=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 112 (44.14% from 255 or 34.36% from 326); Blue value is 114 (44.92% from 255 or 34.97% from 326); Max value from RGB is 114 - color contains mainly: blue. Hex color #647072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647072 is #9B8F8D. Grayscale: #6C6C6C. Windows color (decimal): -10194830 or 7499876. OLE color: 7499876.

HSL color Cylindrical-coordinate representation of color #647072: hue angle of 188.57º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #647072 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 100 112 114 -
CMYK 0.12 0.02 0 0.55
HSL 188.57º 0.07% 0.42% -
HSV(B) 188.57º 0.12% 0.45% -
XYZ 14.09 15.51 18.17 -
YUV 108.64 131.02 121.84 -
System Red Green Blue C M Y K H S L
Decimal 100 112 114 0.12 0.02 0 0.55 188.57 0.07 0.42
Hex 64 70 72 C 2 0 37 BD 7 2A
Octal 144 160 162 14 2 0 67 275 7 52
Binary 1100100 1110000 1110010 1100 10 0 110111 10111101 111 101010

Color Harmonies of #647072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647072

Black with #647072

Text Example


Text Example

White with #647072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647072; }

 p { color: rgb(100,112,114); }

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

background-color css

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

 a { background-color: rgb(100,112,114); }

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

border-color css

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

 span { border-color: rgb(100,112,114); }

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