Html Css Color HEX #7A665F Russett

📋 copy color: '#7A665F'

red 122 ◦ green 102 ◦ blue 95

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

Shades of Russett #7A665F

Tints of Russett #7A665F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.97%

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

R = 38.24%
G = 31.97%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A665F (or 0x7A665F) is known color: Russett. HEX triplet: 7A, 66 and 5F. RGB value is (122,102,95). Sum of RGB (Red+Green+Blue) = 122+102+95=319 (42% of max value = 765). Red value is 122 (48.05% from 255 or 38.24% from 319); Green value is 102 (40.23% from 255 or 31.97% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 122 - color contains mainly: red. Hex color #7A665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A665F is #8599A0. Grayscale: #6B6B6B. Windows color (decimal): -8755617 or 6252154. OLE color: 6252154.

HSL color Cylindrical-coordinate representation of color #7A665F: hue angle of 15.56º 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 #7A665F is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 102 95 -
CMYK 0 0.16 0.22 0.52
HSL 15.56º 0.12% 0.43% -
HSV(B) 15.56º 0.22% 0.48% -
XYZ 14.84 14.47 12.84 -
YUV 107.18 121.13 138.57 -
System Red Green Blue C M Y K H S L
Decimal 122 102 95 0 0.16 0.22 0.52 15.56 0.12 0.43
Hex 7A 66 5F 0 10 16 34 10 C 2B
Octal 172 146 137 0 20 26 64 20 14 53
Binary 1111010 1100110 1011111 0 10000 10110 110100 10000 1100 101011

Color Harmonies of #7A665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A665F

Black with #7A665F

Text Example


Text Example

White with #7A665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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