Html Css Color HEX #677476 Pale Sky

📋 copy color: '#677476'

red 103 ◦ green 116 ◦ blue 118

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

Shades of Pale Sky #677476

Tints of Pale Sky #677476

RGB

 RED value IS 103 (40.63% from 255) = 30.56%

 GREEN value IS 116 (45.7% 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 value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#677476 (or 0x677476) is known color: 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

RGB 103 116 118 -
CMYK 0.13 0.02 0 0.54
HSL 188º 0.07% 0.43% -
HSV(B) 188º 0.13% 0.46% -
XYZ 15.11 16.68 19.56 -
YUV 112.34 131.19 121.34 -
System Red Green Blue C M Y K H S L
Decimal 103 116 118 0.13 0.02 0 0.54 188 0.07 0.43
Hex 67 74 76 D 2 0 36 BC 7 2B
Octal 147 164 166 15 2 0 66 274 7 53
Binary 1100111 1110100 1110110 1101 10 0 110110 10111100 111 101011

Color Harmonies of #677476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677476

Black with #677476

Text Example


Text Example

White with #677476

Text Example


Text Example

HTML Codes & Css Web 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>