Html Css Color HEX #74655E Russett

📋 copy color: '#74655E'

red 116 ◦ green 101 ◦ blue 94

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

Shades of Russett #74655E

Tints of Russett #74655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.48%

 BLUE value IS 94 (37.11% from 255) = 30.23%

R = 37.3%
G = 32.48%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74655E (or 0x74655E) is known color: Russett. HEX triplet: 74, 65 and 5E. RGB value is (116,101,94). Sum of RGB (Red+Green+Blue) = 116+101+94=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 101 (39.84% from 255 or 32.48% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #74655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74655E is #8B9AA1. Grayscale: #686868. Windows color (decimal): -9149090 or 6186356. OLE color: 6186356.

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

Color convert

RGB 116 101 94 -
CMYK 0 0.13 0.19 0.55
HSL 19.09º 0.1% 0.41% -
HSV(B) 19.09º 0.19% 0.45% -
XYZ 13.88 13.83 12.53 -
YUV 104.69 121.97 136.07 -
System Red Green Blue C M Y K H S L
Decimal 116 101 94 0 0.13 0.19 0.55 19.09 0.1 0.41
Hex 74 65 5E 0 D 13 37 13 A 29
Octal 164 145 136 0 15 23 67 23 12 51
Binary 1110100 1100101 1011110 0 1101 10011 110111 10011 1010 101001

Color Harmonies of #74655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74655E

Black with #74655E

Text Example


Text Example

White with #74655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74655E; }

 p { color: rgb(116,101,94); }

 H1.HeaderClassName
 {
   color: #74655E;
 }
 .AnyTagClassName
 {
   color: #74655E;
 }
</style>

background-color css

<style>
 a { background-color: #74655E; }

 a { background-color: rgb(116,101,94); }

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

border-color css

<style>
 span { border-color: #74655E; }

 span { border-color: rgb(116,101,94); }

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