Html Css Color HEX #7B756A Arrowtown

📋 copy color: '#7B756A'

red 123 ◦ green 117 ◦ blue 106

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

Shades of Arrowtown #7B756A

Tints of Arrowtown #7B756A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.64%

R = 35.55%
G = 33.82%
B = 30.64%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.14

 K value IS 0.52

RGB Variations

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

Color information

#7B756A (or 0x7B756A) is known color: Arrowtown. HEX triplet: 7B, 75 and 6A. RGB value is (123,117,106). Sum of RGB (Red+Green+Blue) = 123+117+106=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 106 (41.80% from 255 or 30.64% from 346); Max value from RGB is 123 - color contains mainly: red. Hex color #7B756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B756A is #848A95. Grayscale: #757575. Windows color (decimal): -8686230 or 6976891. OLE color: 6976891.

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

Color convert

RGB 123 117 106 -
CMYK 0 0.05 0.14 0.52
HSL 38.82º 0.07% 0.45% -
HSV(B) 38.82º 0.14% 0.48% -
XYZ 17.13 17.97 16.2 -
YUV 117.54 121.49 131.89 -
System Red Green Blue C M Y K H S L
Decimal 123 117 106 0 0.05 0.14 0.52 38.82 0.07 0.45
Hex 7B 75 6A 0 5 E 34 27 7 2D
Octal 173 165 152 0 5 16 64 47 7 55
Binary 1111011 1110101 1101010 0 101 1110 110100 100111 111 101101

Color Harmonies of #7B756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B756A

Black with #7B756A

Text Example


Text Example

White with #7B756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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