Html Css Color HEX #6B7777 Nevada

📋 copy color: '#6B7777'

red 107 ◦ green 119 ◦ blue 119

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

Shades of Nevada #6B7777

Tints of Nevada #6B7777

RGB

 RED value IS 107 (42.19% from 255) = 31.01%

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 31.01%
G = 34.49%
B = 34.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#6B7777 (or 0x6B7777) is known color: Nevada. HEX triplet: 6B, 77 and 77. RGB value is (107,119,119). Sum of RGB (Red+Green+Blue) = 107+119+119=345 (45% of max value = 765). Red value is 107 (42.19% from 255 or 31.01% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 119 (46.88% from 255 or 34.49% from 345); Max value from RGB is 119 - color contains mainly: green, blue. Hex color #6B7777 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B7777 is #948888. Grayscale: #737373. Windows color (decimal): -9734281 or 7829355. OLE color: 7829355.

HSL color Cylindrical-coordinate representation of color #6B7777: hue angle of 180º degrees, saturation: 0.05, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #6B7777 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 107 119 119 -
CMYK 0.10 0 0 0.53
HSL 180º 0.05% 0.44% -
HSV(B) 180º 0.1% 0.47% -
XYZ 15.99 17.65 20.02 -
YUV 115.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 107 119 119 0.10 0 0 0.53 180 0.05 0.44
Hex 6B 77 77 A 0 0 35 B4 5 2C
Octal 153 167 167 12 0 0 65 264 5 54
Binary 1101011 1110111 1110111 1010 0 0 110101 10110100 101 101100

Color Harmonies of #6B7777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B7777

Black with #6B7777

Text Example


Text Example

White with #6B7777

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,119,119); }

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

background-color css

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

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

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

border-color css

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

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

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