Html Css Color HEX #6F7373 Nevada

📋 copy color: '#6F7373'

red 111 ◦ green 115 ◦ blue 115

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

Shades of Nevada #6F7373

Tints of Nevada #6F7373

RGB

 RED value IS 111 (43.75% from 255) = 32.55%

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

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

R = 32.55%
G = 33.72%
B = 33.72%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#6F7373 (or 0x6F7373) is known color: Nevada. HEX triplet: 6F, 73 and 73. RGB value is (111,115,115). Sum of RGB (Red+Green+Blue) = 111+115+115=341 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.55% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 115 - color contains mainly: green, blue. Hex color #6F7373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7373 is #908C8C. Grayscale: #717171. Windows color (decimal): -9473165 or 7566191. OLE color: 7566191.

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

Color convert

RGB 111 115 115 -
CMYK 0.03 0 0 0.55
HSL 180º 0.02% 0.44% -
HSV(B) 180º 0.03% 0.45% -
XYZ 15.78 16.88 18.65 -
YUV 113.8 128.67 126 -
System Red Green Blue C M Y K H S L
Decimal 111 115 115 0.03 0 0 0.55 180 0.02 0.44
Hex 6F 73 73 3 0 0 37 B4 2 2C
Octal 157 163 163 3 0 0 67 264 2 54
Binary 1101111 1110011 1110011 11 0 0 110111 10110100 10 101100

Color Harmonies of #6F7373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7373

Black with #6F7373

Text Example


Text Example

White with #6F7373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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