Html Css Color HEX #7C695F Russett

📋 copy color: '#7C695F'

red 124 ◦ green 105 ◦ blue 95

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

Shades of Russett #7C695F

Tints of Russett #7C695F

RGB

 RED value IS 124 (48.83% from 255) = 38.27%

 GREEN value IS 105 (41.41% from 255) = 32.41%

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

R = 38.27%
G = 32.41%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C695F (or 0x7C695F) is known color: Russett. HEX triplet: 7C, 69 and 5F. RGB value is (124,105,95). Sum of RGB (Red+Green+Blue) = 124+105+95=324 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.27% from 324); Green value is 105 (41.41% from 255 or 32.41% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 124 - color contains mainly: red. Hex color #7C695F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C695F is #8396A0. Grayscale: #6D6D6D. Windows color (decimal): -8623777 or 6252924. OLE color: 6252924.

HSL color Cylindrical-coordinate representation of color #7C695F: hue angle of 20.69º degrees, saturation: 0.13, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7C695F is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 105 95 -
CMYK 0 0.15 0.23 0.51
HSL 20.69º 0.13% 0.43% -
HSV(B) 20.69º 0.23% 0.49% -
XYZ 15.43 15.21 12.95 -
YUV 109.54 119.79 138.31 -
System Red Green Blue C M Y K H S L
Decimal 124 105 95 0 0.15 0.23 0.51 20.69 0.13 0.43
Hex 7C 69 5F 0 F 17 33 15 D 2B
Octal 174 151 137 0 17 27 63 25 15 53
Binary 1111100 1101001 1011111 0 1111 10111 110011 10101 1101 101011

Color Harmonies of #7C695F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C695F

Black with #7C695F

Text Example


Text Example

White with #7C695F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,105,95); }

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

background-color css

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

 a { background-color: rgb(124,105,95); }

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

border-color css

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

 span { border-color: rgb(124,105,95); }

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