Html Css Color HEX #7C665F Russett

📋 copy color: '#7C665F'

red 124 ◦ green 102 ◦ blue 95

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

Shades of Russett #7C665F

Tints of Russett #7C665F

RGB

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

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

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

R = 38.63%
G = 31.78%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.51

RGB Variations

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

Color information

#7C665F (or 0x7C665F) is known color: Russett. HEX triplet: 7C, 66 and 5F. RGB value is (124,102,95). Sum of RGB (Red+Green+Blue) = 124+102+95=321 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.63% from 321); Green value is 102 (40.23% from 255 or 31.78% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 124 - color contains mainly: red. Hex color #7C665F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C665F is #8399A0. Grayscale: #6B6B6B. Windows color (decimal): -8624545 or 6252156. OLE color: 6252156.

HSL color Cylindrical-coordinate representation of color #7C665F: hue angle of 14.48º 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 #7C665F is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 102 95 -
CMYK 0 0.18 0.23 0.51
HSL 14.48º 0.13% 0.43% -
HSV(B) 14.48º 0.23% 0.49% -
XYZ 15.13 14.61 12.85 -
YUV 107.78 120.79 139.57 -
System Red Green Blue C M Y K H S L
Decimal 124 102 95 0 0.18 0.23 0.51 14.48 0.13 0.43
Hex 7C 66 5F 0 12 17 33 E D 2B
Octal 174 146 137 0 22 27 63 16 15 53
Binary 1111100 1100110 1011111 0 10010 10111 110011 1110 1101 101011

Color Harmonies of #7C665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C665F

Black with #7C665F

Text Example


Text Example

White with #7C665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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