Html Css Color HEX #7B7766 Arrowtown

📋 copy color: '#7B7766'

red 123 ◦ green 119 ◦ blue 102

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

Shades of Arrowtown #7B7766

Tints of Arrowtown #7B7766

RGB

 RED value IS 123 (48.44% from 255) = 35.76%

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

 BLUE value IS 102 (40.23% from 255) = 29.65%

R = 35.76%
G = 34.59%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7B7766 (or 0x7B7766) is known color: Arrowtown. HEX triplet: 7B, 77 and 66. RGB value is (123,119,102). Sum of RGB (Red+Green+Blue) = 123+119+102=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 102 (40.23% from 255 or 29.65% from 344); Max value from RGB is 123 - color contains mainly: red. Hex color #7B7766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7766 is #848899. Grayscale: #767676. Windows color (decimal): -8685722 or 6715259. OLE color: 6715259.

HSL color Cylindrical-coordinate representation of color #7B7766: hue angle of 48.57º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #7B7766 is Cyan = 0, Magento = 0.03, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 119 102 -
CMYK 0 0.03 0.17 0.52
HSL 48.57º 0.09% 0.44% -
HSV(B) 48.57º 0.17% 0.48% -
XYZ 17.16 18.36 15.21 -
YUV 118.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 123 119 102 0 0.03 0.17 0.52 48.57 0.09 0.44
Hex 7B 77 66 0 3 11 34 31 9 2C
Octal 173 167 146 0 3 21 64 61 11 54
Binary 1111011 1110111 1100110 0 11 10001 110100 110001 1001 101100

Color Harmonies of #7B7766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B7766

Black with #7B7766

Text Example


Text Example

White with #7B7766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B7766; }

 p { color: rgb(123,119,102); }

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

background-color css

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

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

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

border-color css

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

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

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