Html Css Color HEX #7B766B Arrowtown

📋 copy color: '#7B766B'

red 123 ◦ green 118 ◦ blue 107

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

Shades of Arrowtown #7B766B

Tints of Arrowtown #7B766B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 35.34%
G = 33.91%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7B766B (or 0x7B766B) is known color: Arrowtown. HEX triplet: 7B, 76 and 6B. RGB value is (123,118,107). Sum of RGB (Red+Green+Blue) = 123+118+107=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 118 (46.48% from 255 or 33.91% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 123 - color contains mainly: red. Hex color #7B766B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B766B is #848994. Grayscale: #767676. Windows color (decimal): -8685973 or 7042683. OLE color: 7042683.

HSL color Cylindrical-coordinate representation of color #7B766B: hue angle of 41.25º degrees, saturation: 0.07, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #7B766B is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 118 107 -
CMYK 0 0.04 0.13 0.52
HSL 41.25º 0.07% 0.45% -
HSV(B) 41.25º 0.13% 0.48% -
XYZ 17.3 18.23 16.52 -
YUV 118.24 121.66 131.39 -
System Red Green Blue C M Y K H S L
Decimal 123 118 107 0 0.04 0.13 0.52 41.25 0.07 0.45
Hex 7B 76 6B 0 4 D 34 29 7 2D
Octal 173 166 153 0 4 15 64 51 7 55
Binary 1111011 1110110 1101011 0 100 1101 110100 101001 111 101101

Color Harmonies of #7B766B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B766B

Black with #7B766B

Text Example


Text Example

White with #7B766B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,118,107); }

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

background-color css

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

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

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

border-color css

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

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

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