Html Css Color HEX #74625B Russett

📋 copy color: '#74625B'

red 116 ◦ green 98 ◦ blue 91

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

Shades of Russett #74625B

Tints of Russett #74625B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 29.84%

R = 38.03%
G = 32.13%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74625B (or 0x74625B) is known color: Russett. HEX triplet: 74, 62 and 5B. RGB value is (116,98,91). Sum of RGB (Red+Green+Blue) = 116+98+91=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 98 (38.67% from 255 or 32.13% from 305); Blue value is 91 (35.94% from 255 or 29.84% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #74625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74625B is #8B9DA4. Grayscale: #666666. Windows color (decimal): -9149861 or 5988980. OLE color: 5988980.

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

Color convert

RGB 116 98 91 -
CMYK 0 0.16 0.22 0.55
HSL 16.8º 0.12% 0.41% -
HSV(B) 16.8º 0.22% 0.45% -
XYZ 13.46 13.2 11.74 -
YUV 102.58 121.46 137.57 -
System Red Green Blue C M Y K H S L
Decimal 116 98 91 0 0.16 0.22 0.55 16.8 0.12 0.41
Hex 74 62 5B 0 10 16 37 11 C 29
Octal 164 142 133 0 20 26 67 21 14 51
Binary 1110100 1100010 1011011 0 10000 10110 110111 10001 1100 101001

Color Harmonies of #74625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74625B

Black with #74625B

Text Example


Text Example

White with #74625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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