Html Css Color HEX #677071 Nevada

📋 copy color: '#677071'

red 103 ◦ green 112 ◦ blue 113

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

Shades of Nevada #677071

Tints of Nevada #677071

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.15%

 BLUE value IS 113 (44.53% from 255) = 34.45%

R = 31.4%
G = 34.15%
B = 34.45%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#677071 (or 0x677071) is known color: Nevada. HEX triplet: 67, 70 and 71. RGB value is (103,112,113). Sum of RGB (Red+Green+Blue) = 103+112+113=328 (43% of max value = 765). Red value is 103 (40.62% from 255 or 31.40% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 113 (44.53% from 255 or 34.45% from 328); Max value from RGB is 113 - color contains mainly: blue. Hex color #677071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677071 is #988F8E. Grayscale: #6D6D6D. Windows color (decimal): -9998223 or 7434343. OLE color: 7434343.

HSL color Cylindrical-coordinate representation of color #677071: hue angle of 186º degrees, saturation: 0.05, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #677071 is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 103 112 113 -
CMYK 0.09 0.01 0 0.56
HSL 186º 0.05% 0.42% -
HSV(B) 186º 0.09% 0.44% -
XYZ 14.37 15.66 17.89 -
YUV 109.42 130.02 123.42 -
System Red Green Blue C M Y K H S L
Decimal 103 112 113 0.09 0.01 0 0.56 186 0.05 0.42
Hex 67 70 71 9 1 0 38 BA 5 2A
Octal 147 160 161 11 1 0 70 272 5 52
Binary 1100111 1110000 1110001 1001 1 0 111000 10111010 101 101010

Color Harmonies of #677071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677071

Black with #677071

Text Example


Text Example

White with #677071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677071; }

 p { color: rgb(103,112,113); }

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

background-color css

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

 a { background-color: rgb(103,112,113); }

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

border-color css

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

 span { border-color: rgb(103,112,113); }

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