Html Css Color HEX #7A655F Russett

📋 copy color: '#7A655F'

red 122 ◦ green 101 ◦ blue 95

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

Shades of Russett #7A655F

Tints of Russett #7A655F

RGB

 RED value IS 122 (48.05% from 255) = 38.36%

 GREEN value IS 101 (39.84% from 255) = 31.76%

 BLUE value IS 95 (37.5% from 255) = 29.87%

R = 38.36%
G = 31.76%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A655F (or 0x7A655F) is known color: Russett. HEX triplet: 7A, 65 and 5F. RGB value is (122,101,95). Sum of RGB (Red+Green+Blue) = 122+101+95=318 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.36% from 318); Green value is 101 (39.84% from 255 or 31.76% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 122 - color contains mainly: red. Hex color #7A655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A655F is #859AA0. Grayscale: #6A6A6A. Windows color (decimal): -8755873 or 6251898. OLE color: 6251898.

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

Color convert

RGB 122 101 95 -
CMYK 0 0.17 0.22 0.52
HSL 13.33º 0.12% 0.43% -
HSV(B) 13.33º 0.22% 0.48% -
XYZ 14.75 14.27 12.8 -
YUV 106.6 121.46 138.99 -
System Red Green Blue C M Y K H S L
Decimal 122 101 95 0 0.17 0.22 0.52 13.33 0.12 0.43
Hex 7A 65 5F 0 11 16 34 D C 2B
Octal 172 145 137 0 21 26 64 15 14 53
Binary 1111010 1100101 1011111 0 10001 10110 110100 1101 1100 101011

Color Harmonies of #7A655F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A655F

Black with #7A655F

Text Example


Text Example

White with #7A655F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,101,95); }

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

background-color css

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

 a { background-color: rgb(122,101,95); }

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

border-color css

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

 span { border-color: rgb(122,101,95); }

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