Html Css Color HEX #7B756C Arrowtown

📋 copy color: '#7B756C'

red 123 ◦ green 117 ◦ blue 108

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

Shades of Arrowtown #7B756C

Tints of Arrowtown #7B756C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.62%

 BLUE value IS 108 (42.58% from 255) = 31.03%

R = 35.34%
G = 33.62%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7B756C (or 0x7B756C) is known color: Arrowtown. HEX triplet: 7B, 75 and 6C. RGB value is (123,117,108). Sum of RGB (Red+Green+Blue) = 123+117+108=348 (46% of max value = 765). Red value is 123 (48.44% from 255 or 35.34% from 348); Green value is 117 (46.09% from 255 or 33.62% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 123 - color contains mainly: red. Hex color #7B756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B756C is #848A93. Grayscale: #757575. Windows color (decimal): -8686228 or 7107963. OLE color: 7107963.

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

Color convert

RGB 123 117 108 -
CMYK 0 0.05 0.12 0.52
HSL 36º 0.06% 0.45% -
HSV(B) 36º 0.12% 0.48% -
XYZ 17.24 18.02 16.76 -
YUV 117.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 123 117 108 0 0.05 0.12 0.52 36 0.06 0.45
Hex 7B 75 6C 0 5 C 34 24 6 2D
Octal 173 165 154 0 5 14 64 44 6 55
Binary 1111011 1110101 1101100 0 101 1100 110100 100100 110 101101

Color Harmonies of #7B756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B756C

Black with #7B756C

Text Example


Text Example

White with #7B756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,117,108); }

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

background-color css

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

 a { background-color: rgb(123,117,108); }

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

border-color css

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

 span { border-color: rgb(123,117,108); }

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