#677375

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

Shades of Pale Sky #677375

Tints of Pale Sky #677375

Color information

#677375 (or 0x677375) is unknown color: approx Pale Sky. HEX triplet: 67, 73 and 75. RGB value is (103,115,117). Sum of RGB (Red+Green+Blue) = 103+115+117=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 115 (45.31% from 255 or 34.33% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 117 - color contains mainly: blue. Hex color #677375 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677375 is #988C8A. Grayscale: #6F6F6F. Windows color (decimal): -9997451 or 7697255. OLE color: 7697255.

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

Color convert

RGB103115117-
CMYK0.120.0200.54
HSL188.57º6.36%43.14%-
HSV(B)188.57º11.97%45.88%-
XYZ14.9416.4319.21-
YUV111.64131.02121.84-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.75%
GREEN value IS 115 (45.31% from 255) = 34.33%
BLUE value IS 117 (46.09% from 255) = 34.93%
R=30.75%
G=34.33%
B=34.93%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1031151170.120.0200.54188.576.3643.14
Hex677375C2036bd62b
Octal147163165142066275653
Binary110011111100111110101110010011011010111101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677375; }

 p { color: rgb(103,115,117); }

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

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

 a { background-color: rgb(103,115,117); }

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

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

 span { border-color: rgb(103,115,117); }

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