Html Css Color HEX #6F7677 Nevada

📋 copy color: '#6F7677'

red 111 ◦ green 118 ◦ blue 119

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

Shades of Nevada #6F7677

Tints of Nevada #6F7677

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.91%

 BLUE value IS 119 (46.88% from 255) = 34.2%

R = 31.9%
G = 33.91%
B = 34.2%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6F7677 (or 0x6F7677) is known color: Nevada. HEX triplet: 6F, 76 and 77. RGB value is (111,118,119). Sum of RGB (Red+Green+Blue) = 111+118+119=348 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.90% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 119 - color contains mainly: blue. Hex color #6F7677 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7677 is #908988. Grayscale: #747474. Windows color (decimal): -9472393 or 7829103. OLE color: 7829103.

HSL color Cylindrical-coordinate representation of color #6F7677: hue angle of 187.5º degrees, saturation: 0.03, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6F7677 is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 111 118 119 -
CMYK 0.07 0.01 0 0.53
HSL 187.5º 0.03% 0.45% -
HSV(B) 187.5º 0.07% 0.47% -
XYZ 16.36 17.67 20 -
YUV 116.02 129.68 124.42 -
System Red Green Blue C M Y K H S L
Decimal 111 118 119 0.07 0.01 0 0.53 187.5 0.03 0.45
Hex 6F 76 77 7 1 0 35 BC 3 2D
Octal 157 166 167 7 1 0 65 274 3 55
Binary 1101111 1110110 1110111 111 1 0 110101 10111100 11 101101

Color Harmonies of #6F7677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F7677

Black with #6F7677

Text Example


Text Example

White with #6F7677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,118,119); }

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

background-color css

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

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

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

border-color css

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

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

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