Html Css Color HEX #74625F Russett

📋 copy color: '#74625F'

red 116 ◦ green 98 ◦ blue 95

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

Shades of Russett #74625F

Tints of Russett #74625F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.72%

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

R = 37.54%
G = 31.72%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74625F (or 0x74625F) is known color: Russett. HEX triplet: 74, 62 and 5F. RGB value is (116,98,95). Sum of RGB (Red+Green+Blue) = 116+98+95=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 98 (38.67% from 255 or 31.72% from 309); Blue value is 95 (37.5% from 255 or 30.74% from 309); Max value from RGB is 116 - color contains mainly: red. Hex color #74625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74625F is #8B9DA0. Grayscale: #676767. Windows color (decimal): -9149857 or 6251124. OLE color: 6251124.

HSL color Cylindrical-coordinate representation of color #74625F: hue angle of 8.57º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #74625F is Cyan = 0, Magento = 0.16, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 95 -
CMYK 0 0.16 0.18 0.55
HSL 8.57º 0.1% 0.41% -
HSV(B) 8.57º 0.18% 0.45% -
XYZ 13.64 13.27 12.67 -
YUV 103.04 123.46 137.24 -
System Red Green Blue C M Y K H S L
Decimal 116 98 95 0 0.16 0.18 0.55 8.57 0.1 0.41
Hex 74 62 5F 0 10 12 37 9 A 29
Octal 164 142 137 0 20 22 67 11 12 51
Binary 1110100 1100010 1011111 0 10000 10010 110111 1001 1010 101001

Color Harmonies of #74625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74625F

Black with #74625F

Text Example


Text Example

White with #74625F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74625F; }

 p { color: rgb(116,98,95); }

 H1.HeaderClassName
 {
   color: #74625F;
 }
 .AnyTagClassName
 {
   color: #74625F;
 }
</style>

background-color css

<style>
 a { background-color: #74625F; }

 a { background-color: rgb(116,98,95); }

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

border-color css

<style>
 span { border-color: #74625F; }

 span { border-color: rgb(116,98,95); }

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