Html Css Color HEX #7C665C Russett

📋 copy color: '#7C665C'

red 124 ◦ green 102 ◦ blue 92

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

Shades of Russett #7C665C

Tints of Russett #7C665C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 28.93%

R = 38.99%
G = 32.08%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#7C665C (or 0x7C665C) is known color: Russett. HEX triplet: 7C, 66 and 5C. RGB value is (124,102,92). Sum of RGB (Red+Green+Blue) = 124+102+92=318 (42% of max value = 765). Red value is 124 (48.83% from 255 or 38.99% from 318); Green value is 102 (40.23% from 255 or 32.08% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 124 - color contains mainly: red. Hex color #7C665C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C665C is #8399A3. Grayscale: #6B6B6B. Windows color (decimal): -8624548 or 6055548. OLE color: 6055548.

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

Color convert

RGB 124 102 92 -
CMYK 0 0.18 0.26 0.51
HSL 18.75º 0.15% 0.42% -
HSV(B) 18.75º 0.26% 0.49% -
XYZ 15 14.56 12.15 -
YUV 107.44 119.29 139.81 -
System Red Green Blue C M Y K H S L
Decimal 124 102 92 0 0.18 0.26 0.51 18.75 0.15 0.42
Hex 7C 66 5C 0 12 1A 33 13 F 2A
Octal 174 146 134 0 22 32 63 23 17 52
Binary 1111100 1100110 1011100 0 10010 11010 110011 10011 1111 101010

Color Harmonies of #7C665C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C665C

Black with #7C665C

Text Example


Text Example

White with #7C665C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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