Html Css Color HEX #677F83 Hoki

📋 copy color: '#677F83'

red 103 ◦ green 127 ◦ blue 131

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

Shades of Hoki #677F83

Tints of Hoki #677F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.29%

R = 28.53%
G = 35.18%
B = 36.29%

CMYK

 C value IS 0.21

 M value IS 0.03

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#677F83 (or 0x677F83) is known color: Hoki. HEX triplet: 67, 7F and 83. RGB value is (103,127,131). Sum of RGB (Red+Green+Blue) = 103+127+131=361 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.53% from 361); Green value is 127 (50% from 255 or 35.18% from 361); Blue value is 131 (51.56% from 255 or 36.29% from 361); Max value from RGB is 131 - color contains mainly: blue. Hex color #677F83 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #677F83 is #98807C. Grayscale: #787878. Windows color (decimal): -9994365 or 8617831. OLE color: 8617831.

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

Color convert

RGB 103 127 131 -
CMYK 0.21 0.03 0 0.49
HSL 188.57º 0.12% 0.46% -
HSV(B) 188.57º 0.21% 0.51% -
XYZ 17.28 19.7 24.36 -
YUV 120.28 134.05 115.67 -
System Red Green Blue C M Y K H S L
Decimal 103 127 131 0.21 0.03 0 0.49 188.57 0.12 0.46
Hex 67 7F 83 15 3 0 31 BD C 2E
Octal 147 177 203 25 3 0 61 275 14 56
Binary 1100111 1111111 10000011 10101 11 0 110001 10111101 1100 101110

Color Harmonies of #677F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677F83

Black with #677F83

Text Example


Text Example

White with #677F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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