Html Css Color HEX #677E81 Hoki

📋 copy color: '#677E81'

red 103 ◦ green 126 ◦ blue 129

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

Shades of Hoki #677E81

Tints of Hoki #677E81

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.2%

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 28.77%
G = 35.2%
B = 36.03%

CMYK

 C value IS 0.20

 M value IS 0.02

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#677E81 (or 0x677E81) is known color: Hoki. HEX triplet: 67, 7E and 81. RGB value is (103,126,129). Sum of RGB (Red+Green+Blue) = 103+126+129=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 126 (49.61% from 255 or 35.20% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 129 - color contains mainly: blue. Hex color #677E81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677E81 is #98817E. Grayscale: #777777. Windows color (decimal): -9994623 or 8486503. OLE color: 8486503.

HSL color Cylindrical-coordinate representation of color #677E81: hue angle of 186.92º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #677E81 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 126 129 -
CMYK 0.20 0.02 0 0.49
HSL 186.92º 0.11% 0.45% -
HSV(B) 186.92º 0.2% 0.51% -
XYZ 17.02 19.39 23.61 -
YUV 119.47 133.38 116.26 -
System Red Green Blue C M Y K H S L
Decimal 103 126 129 0.20 0.02 0 0.49 186.92 0.11 0.45
Hex 67 7E 81 14 2 0 31 BB B 2D
Octal 147 176 201 24 2 0 61 273 13 55
Binary 1100111 1111110 10000001 10100 10 0 110001 10111011 1011 101101

Color Harmonies of #677E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677E81

Black with #677E81

Text Example


Text Example

White with #677E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,126,129); }

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

background-color css

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

 a { background-color: rgb(103,126,129); }

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

border-color css

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

 span { border-color: rgb(103,126,129); }

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