#677476

Color #677476 Pale Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Sky #677476

Tints of Pale Sky #677476

Color information

#677476 (or 0x677476) is unknown color: approx Pale Sky. HEX triplet: 67, 74 and 76. RGB value is (103,116,118). Sum of RGB (Red+Green+Blue) = 103+116+118=337 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.56% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 118 (46.48% from 255 or 35.01% from 337); Max value from RGB is 118 - color contains mainly: blue. Hex color #677476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677476 is #988B89. Grayscale: #707070. Windows color (decimal): -9997194 or 7763047. OLE color: 7763047.

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

Color convert

RGB103116118-
CMYK0.130.0200.54
HSL188º6.79%43.33%-
HSV(B)188º12.71%46.27%-
XYZ15.1116.6819.56-
YUV112.34131.19121.34-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.56%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 118 (46.48% from 255) = 35.01%
R=30.56%
G=34.42%
B=35.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031161180.130.0200.541886.7943.33
Hex677476D2036bc72b
Octal147164166152066274753
Binary110011111101001110110110110011011010111100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677476; }

 p { color: rgb(103,116,118); }

 H1.HeaderClassName
 {
   color: #677476;
 }
 .AnyTagClassName
 {
   color: #677476;
 }
</style>
background-color css

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

 a { background-color: rgb(103,116,118); }

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

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

 span { border-color: rgb(103,116,118); }

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