#677982

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

Shades of Hoki #677982

Tints of Hoki #677982

Color information

#677982 (or 0x677982) is unknown color: approx Hoki. HEX triplet: 67, 79 and 82. RGB value is (103,121,130). Sum of RGB (Red+Green+Blue) = 103+121+130=354 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.10% from 354); Green value is 121 (47.66% from 255 or 34.18% from 354); Blue value is 130 (51.17% from 255 or 36.72% from 354); Max value from RGB is 130 - color contains mainly: blue. Hex color #677982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677982 is #98867D. Grayscale: #747474. Windows color (decimal): -9995902 or 8550759. OLE color: 8550759.

HSL color Cylindrical-coordinate representation of color #677982: hue angle of 200º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #677982 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB103121130-
CMYK0.210.0700.49
HSL200º11.59%45.69%-
HSV(B)200º20.77%50.98%-
XYZ16.4618.1723.76-
YUV116.64135.54118.27-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.10%
GREEN value IS 121 (47.66% from 255) = 34.18%
BLUE value IS 130 (51.17% from 255) = 36.72%
R=29.10%
G=34.18%
B=36.72%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031211300.210.0700.4920011.5945.69
Hex677982157031c8c2e
Octal1471712022570613101456
Binary1100111111100110000010101011110110001110010001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #677982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #677982; }

 p { color: rgb(103,121,130); }

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

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

 a { background-color: rgb(103,121,130); }

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

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

 span { border-color: rgb(103,121,130); }

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