Html Css Color HEX #677982 Hoki

📋 copy color: '#677982'

red 103 ◦ green 121 ◦ blue 130

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

Shades of Hoki #677982

Tints of Hoki #677982

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.18%

 BLUE value IS 130 (51.17% from 255) = 36.72%

R = 29.1%
G = 34.18%
B = 36.72%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

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

RGB 103 121 130 -
CMYK 0.21 0.07 0 0.49
HSL 200º 0.12% 0.46% -
HSV(B) 200º 0.21% 0.51% -
XYZ 16.46 18.17 23.76 -
YUV 116.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 103 121 130 0.21 0.07 0 0.49 200 0.12 0.46
Hex 67 79 82 15 7 0 31 C8 C 2E
Octal 147 171 202 25 7 0 61 310 14 56
Binary 1100111 1111001 10000010 10101 111 0 110001 11001000 1100 101110

Color Harmonies of #677982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677982

Black with #677982

Text Example


Text Example

White with #677982

Text Example


Text Example

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