Html Css Color HEX #777675 Concord

📋 copy color: '#777675'

red 119 ◦ green 118 ◦ blue 117

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

Shades of Concord #777675

Tints of Concord #777675

RGB

 RED value IS 119 (46.88% from 255) = 33.62%

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

 BLUE value IS 117 (46.09% from 255) = 33.05%

R = 33.62%
G = 33.33%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#777675 (or 0x777675) is known color: Concord. HEX triplet: 77, 76 and 75. RGB value is (119,118,117). Sum of RGB (Red+Green+Blue) = 119+118+117=354 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.62% from 354); Green value is 118 (46.48% from 255 or 33.33% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 119 - color contains mainly: red. Hex color #777675 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #777675 is #88898A. Grayscale: #767676. Windows color (decimal): -8948107 or 7698039. OLE color: 7698039.

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

Color convert

RGB 119 118 117 -
CMYK 0 0.01 0.02 0.53
HSL 30º 0.01% 0.46% -
HSV(B) 30º 0.02% 0.47% -
XYZ 17.3 18.16 19.42 -
YUV 118.19 127.33 128.58 -
System Red Green Blue C M Y K H S L
Decimal 119 118 117 0 0.01 0.02 0.53 30 0.01 0.46
Hex 77 76 75 0 1 2 35 1E 1 2E
Octal 167 166 165 0 1 2 65 36 1 56
Binary 1110111 1110110 1110101 0 1 10 110101 11110 1 101110

Color Harmonies of #777675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777675

Black with #777675

Text Example


Text Example

White with #777675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #777675; }

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

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

background-color css

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

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

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

border-color css

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

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

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