Html Css Color HEX #677373 Nevada

📋 copy color: '#677373'

red 103 ◦ green 115 ◦ blue 115

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

Shades of Nevada #677373

Tints of Nevada #677373

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.53%

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

R = 30.93%
G = 34.53%
B = 34.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#677373 (or 0x677373) is known color: Nevada. HEX triplet: 67, 73 and 73. RGB value is (103,115,115). Sum of RGB (Red+Green+Blue) = 103+115+115=333 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.93% from 333); Green value is 115 (45.31% from 255 or 34.53% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #677373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677373 is #988C8C. Grayscale: #6F6F6F. Windows color (decimal): -9997453 or 7566183. OLE color: 7566183.

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

Color convert

RGB 103 115 115 -
CMYK 0.10 0 0 0.55
HSL 180º 0.06% 0.43% -
HSV(B) 180º 0.1% 0.45% -
XYZ 14.82 16.38 18.6 -
YUV 111.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 103 115 115 0.10 0 0 0.55 180 0.06 0.43
Hex 67 73 73 A 0 0 37 B4 6 2B
Octal 147 163 163 12 0 0 67 264 6 53
Binary 1100111 1110011 1110011 1010 0 0 110111 10110100 110 101011

Color Harmonies of #677373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677373

Black with #677373

Text Example


Text Example

White with #677373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677373; }

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

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

background-color css

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

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

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

border-color css

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

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

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