Html Css Color HEX #677473 Nevada

📋 copy color: '#677473'

red 103 ◦ green 116 ◦ blue 115

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

Shades of Nevada #677473

Tints of Nevada #677473

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.73%

 BLUE value IS 115 (45.31% from 255) = 34.43%

R = 30.84%
G = 34.73%
B = 34.43%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.55

RGB Variations

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

Color information

#677473 (or 0x677473) is known color: Nevada. HEX triplet: 67, 74 and 73. RGB value is (103,116,115). Sum of RGB (Red+Green+Blue) = 103+116+115=334 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.84% from 334); Green value is 116 (45.70% from 255 or 34.73% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 116 - color contains mainly: green. Hex color #677473 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677473 is #988B8C. Grayscale: #6F6F6F. Windows color (decimal): -9997197 or 7566439. OLE color: 7566439.

HSL color Cylindrical-coordinate representation of color #677473: hue angle of 175.38º degrees, saturation: 0.06, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #677473 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 116 115 -
CMYK 0.11 0 0.01 0.55
HSL 175.38º 0.06% 0.43% -
HSV(B) 175.38º 0.11% 0.45% -
XYZ 14.93 16.61 18.64 -
YUV 112 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 103 116 115 0.11 0 0.01 0.55 175.38 0.06 0.43
Hex 67 74 73 B 0 1 37 AF 6 2B
Octal 147 164 163 13 0 1 67 257 6 53
Binary 1100111 1110100 1110011 1011 0 1 110111 10101111 110 101011

Color Harmonies of #677473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677473

Black with #677473

Text Example


Text Example

White with #677473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677473; }

 p { color: rgb(103,116,115); }

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

background-color css

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

 a { background-color: rgb(103,116,115); }

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

border-color css

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

 span { border-color: rgb(103,116,115); }

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