Html Css Color HEX #6C7474 Nevada

📋 copy color: '#6C7474'

red 108 ◦ green 116 ◦ blue 116

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

Shades of Nevada #6C7474

Tints of Nevada #6C7474

RGB

 RED value IS 108 (42.58% from 255) = 31.76%

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

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

R = 31.76%
G = 34.12%
B = 34.12%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6C7474 (or 0x6C7474) is known color: Nevada. HEX triplet: 6C, 74 and 74. RGB value is (108,116,116). Sum of RGB (Red+Green+Blue) = 108+116+116=340 (45% of max value = 765). Red value is 108 (42.58% from 255 or 31.76% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 116 (45.70% from 255 or 34.12% from 340); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #6C7474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7474 is #938B8B. Grayscale: #717171. Windows color (decimal): -9669516 or 7631980. OLE color: 7631980.

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

Color convert

RGB 108 116 116 -
CMYK 0.07 0 0 0.55
HSL 180º 0.04% 0.44% -
HSV(B) 180º 0.07% 0.45% -
XYZ 15.58 16.94 18.97 -
YUV 113.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 108 116 116 0.07 0 0 0.55 180 0.04 0.44
Hex 6C 74 74 7 0 0 37 B4 4 2C
Octal 154 164 164 7 0 0 67 264 4 54
Binary 1101100 1110100 1110100 111 0 0 110111 10110100 100 101100

Color Harmonies of #6C7474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C7474

Black with #6C7474

Text Example


Text Example

White with #6C7474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C7474; }

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

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

background-color css

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

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

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

border-color css

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

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

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