Html Css Color HEX #677F81 Hoki

📋 copy color: '#677F81'

red 103 ◦ green 127 ◦ blue 129

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

Shades of Hoki #677F81

Tints of Hoki #677F81

RGB

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

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

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

R = 28.69%
G = 35.38%
B = 35.93%

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

#677F81 (or 0x677F81) is known color: Hoki. HEX triplet: 67, 7F and 81. RGB value is (103,127,129). Sum of RGB (Red+Green+Blue) = 103+127+129=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 129 - color contains mainly: blue. Hex color #677F81 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F81 is #98807E. Grayscale: #787878. Windows color (decimal): -9994367 or 8486759. OLE color: 8486759.

HSL color Cylindrical-coordinate representation of color #677F81: hue angle of 184.62º 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 #677F81 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 103 127 129 -
CMYK 0.20 0.02 0 0.49
HSL 184.62º 0.11% 0.45% -
HSV(B) 184.62º 0.2% 0.51% -
XYZ 17.15 19.65 23.66 -
YUV 120.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 103 127 129 0.20 0.02 0 0.49 184.62 0.11 0.45
Hex 67 7F 81 14 2 0 31 B9 B 2D
Octal 147 177 201 24 2 0 61 271 13 55
Binary 1100111 1111111 10000001 10100 10 0 110001 10111001 1011 101101

Color Harmonies of #677F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F81

Black with #677F81

Text Example


Text Example

White with #677F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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