Html Css Color HEX #677474 Nevada

📋 copy color: '#677474'

red 103 ◦ green 116 ◦ blue 116

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

Shades of Nevada #677474

Tints of Nevada #677474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.63%

R = 30.75%
G = 34.63%
B = 34.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#677474 (or 0x677474) is known color: Nevada. HEX triplet: 67, 74 and 74. RGB value is (103,116,116). Sum of RGB (Red+Green+Blue) = 103+116+116=335 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.75% from 335); Green value is 116 (45.70% from 255 or 34.63% from 335); Blue value is 116 (45.70% from 255 or 34.63% from 335); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #677474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #677474 is #988B8B. Grayscale: #707070. Windows color (decimal): -9997196 or 7631975. OLE color: 7631975.

HSL color Cylindrical-coordinate representation of color #677474: 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.11%. Process color model (Four color, CMYK) of #677474 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 103 116 116 -
CMYK 0.11 0 0 0.55
HSL 180º 0.06% 0.43% -
HSV(B) 180º 0.11% 0.45% -
XYZ 14.99 16.64 18.94 -
YUV 112.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 103 116 116 0.11 0 0 0.55 180 0.06 0.43
Hex 67 74 74 B 0 0 37 B4 6 2B
Octal 147 164 164 13 0 0 67 264 6 53
Binary 1100111 1110100 1110100 1011 0 0 110111 10110100 110 101011

Color Harmonies of #677474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #677474

Black with #677474

Text Example


Text Example

White with #677474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #677474; }

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

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

background-color css

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

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

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

border-color css

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

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

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