Html Css Color HEX #677B84 Hoki

📋 copy color: '#677B84'

red 103 ◦ green 123 ◦ blue 132

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

Shades of Hoki #677B84

Tints of Hoki #677B84

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.36%

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

R = 28.77%
G = 34.36%
B = 36.87%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#677B84 (or 0x677B84) is known color: Hoki. HEX triplet: 67, 7B and 84. RGB value is (103,123,132). Sum of RGB (Red+Green+Blue) = 103+123+132=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 123 (48.44% from 255 or 34.36% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 132 - color contains mainly: blue. Hex color #677B84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677B84 is #98847B. Grayscale: #757575. Windows color (decimal): -9995388 or 8682343. OLE color: 8682343.

HSL color Cylindrical-coordinate representation of color #677B84: hue angle of 198.62º 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 #677B84 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 103 123 132 -
CMYK 0.22 0.07 0 0.48
HSL 198.62º 0.12% 0.46% -
HSV(B) 198.62º 0.22% 0.52% -
XYZ 16.84 18.72 24.55 -
YUV 118.05 135.87 117.27 -
System Red Green Blue C M Y K H S L
Decimal 103 123 132 0.22 0.07 0 0.48 198.62 0.12 0.46
Hex 67 7B 84 16 7 0 30 C7 C 2E
Octal 147 173 204 26 7 0 60 307 14 56
Binary 1100111 1111011 10000100 10110 111 0 110000 11000111 1100 101110

Color Harmonies of #677B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677B84

Black with #677B84

Text Example


Text Example

White with #677B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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