Html Css Color HEX #74635C Russett

📋 copy color: '#74635C'

red 116 ◦ green 99 ◦ blue 92

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

Shades of Russett #74635C

Tints of Russett #74635C

RGB

 RED value IS 116 (45.7% from 255) = 37.79%

 GREEN value IS 99 (39.06% from 255) = 32.25%

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

R = 37.79%
G = 32.25%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#74635C (or 0x74635C) is known color: Russett. HEX triplet: 74, 63 and 5C. RGB value is (116,99,92). Sum of RGB (Red+Green+Blue) = 116+99+92=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 92 (36.33% from 255 or 29.97% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #74635C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74635C is #8B9CA3. Grayscale: #676767. Windows color (decimal): -9149604 or 6054772. OLE color: 6054772.

HSL color Cylindrical-coordinate representation of color #74635C: hue angle of 17.5º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #74635C is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 99 92 -
CMYK 0 0.15 0.21 0.55
HSL 17.5º 0.12% 0.41% -
HSV(B) 17.5º 0.21% 0.45% -
XYZ 13.6 13.41 12 -
YUV 103.29 121.63 137.07 -
System Red Green Blue C M Y K H S L
Decimal 116 99 92 0 0.15 0.21 0.55 17.5 0.12 0.41
Hex 74 63 5C 0 F 15 37 12 C 29
Octal 164 143 134 0 17 25 67 22 14 51
Binary 1110100 1100011 1011100 0 1111 10101 110111 10010 1100 101001

Color Harmonies of #74635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74635C

Black with #74635C

Text Example


Text Example

White with #74635C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74635C; }

 p { color: rgb(116,99,92); }

 H1.HeaderClassName
 {
   color: #74635C;
 }
 .AnyTagClassName
 {
   color: #74635C;
 }
</style>

background-color css

<style>
 a { background-color: #74635C; }

 a { background-color: rgb(116,99,92); }

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

border-color css

<style>
 span { border-color: #74635C; }

 span { border-color: rgb(116,99,92); }

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