Html Css Color HEX #677F84 Hoki

📋 copy color: '#677F84'

red 103 ◦ green 127 ◦ blue 132

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

Shades of Hoki #677F84

Tints of Hoki #677F84

RGB

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

 GREEN value IS 127 (50% from 255) = 35.08%

 BLUE value IS 132 (51.95% from 255) = 36.46%

R = 28.45%
G = 35.08%
B = 36.46%

CMYK

 C value IS 0.22

 M value IS 0.04

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#677F84 (or 0x677F84) is known color: Hoki. HEX triplet: 67, 7F and 84. RGB value is (103,127,132). Sum of RGB (Red+Green+Blue) = 103+127+132=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 127 (50% from 255 or 35.08% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #677F84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F84 is #98807B. Grayscale: #787878. Windows color (decimal): -9994364 or 8683367. OLE color: 8683367.

HSL color Cylindrical-coordinate representation of color #677F84: hue angle of 190.34º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #677F84 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 127 132 -
CMYK 0.22 0.04 0 0.48
HSL 190.34º 0.12% 0.46% -
HSV(B) 190.34º 0.22% 0.52% -
XYZ 17.35 19.73 24.72 -
YUV 120.39 134.55 115.59 -
System Red Green Blue C M Y K H S L
Decimal 103 127 132 0.22 0.04 0 0.48 190.34 0.12 0.46
Hex 67 7F 84 16 4 0 30 BE C 2E
Octal 147 177 204 26 4 0 60 276 14 56
Binary 1100111 1111111 10000100 10110 100 0 110000 10111110 1100 101110

Color Harmonies of #677F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F84

Black with #677F84

Text Example


Text Example

White with #677F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677F84; }

 p { color: rgb(103,127,132); }

 H1.HeaderClassName
 {
   color: #677F84;
 }
 .AnyTagClassName
 {
   color: #677F84;
 }
</style>

background-color css

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

 a { background-color: rgb(103,127,132); }

 div.DivClassName
 {
   background-color: #677F84;
 }
 .BgClassName
 {
   background-color: #677F84;
 }
</style>

border-color css

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

 span { border-color: rgb(103,127,132); }

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