Html Css Color HEX #647076 Pale Sky

📋 copy color: '#647076'

red 100 ◦ green 112 ◦ blue 118

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

Shades of Pale Sky #647076

Tints of Pale Sky #647076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 35.76%

R = 30.3%
G = 33.94%
B = 35.76%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#647076 (or 0x647076) is known color: Pale Sky. HEX triplet: 64, 70 and 76. RGB value is (100,112,118). Sum of RGB (Red+Green+Blue) = 100+112+118=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 118 - color contains mainly: blue. Hex color #647076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647076 is #9B8F89. Grayscale: #6D6D6D. Windows color (decimal): -10194826 or 7762020. OLE color: 7762020.

HSL color Cylindrical-coordinate representation of color #647076: hue angle of 200º degrees, saturation: 0.08, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #647076 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 100 112 118 -
CMYK 0.15 0.05 0 0.54
HSL 200º 0.08% 0.43% -
HSV(B) 200º 0.15% 0.46% -
XYZ 14.32 15.61 19.4 -
YUV 109.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 100 112 118 0.15 0.05 0 0.54 200 0.08 0.43
Hex 64 70 76 F 5 0 36 C8 8 2B
Octal 144 160 166 17 5 0 66 310 10 53
Binary 1100100 1110000 1110110 1111 101 0 110110 11001000 1000 101011

Color Harmonies of #647076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #647076

Black with #647076

Text Example


Text Example

White with #647076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #647076; }

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

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

background-color css

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

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

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

border-color css

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

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

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