Html Css Color HEX #746865 Russett

📋 copy color: '#746865'

red 116 ◦ green 104 ◦ blue 101

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

Shades of Russett #746865

Tints of Russett #746865

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.4%

 BLUE value IS 101 (39.84% from 255) = 31.46%

R = 36.14%
G = 32.4%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#746865 (or 0x746865) is known color: Russett. HEX triplet: 74, 68 and 65. RGB value is (116,104,101). Sum of RGB (Red+Green+Blue) = 116+104+101=321 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.14% from 321); Green value is 104 (41.02% from 255 or 32.40% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 116 - color contains mainly: red. Hex color #746865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #746865 is #8B979A. Grayscale: #6B6B6B. Windows color (decimal): -9148315 or 6645876. OLE color: 6645876.

HSL color Cylindrical-coordinate representation of color #746865: hue angle of 12º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #746865 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 101 -
CMYK 0 0.10 0.13 0.55
HSL 12º 0.07% 0.43% -
HSV(B) 12º 0.13% 0.45% -
XYZ 14.5 14.55 14.36 -
YUV 107.25 124.48 134.24 -
System Red Green Blue C M Y K H S L
Decimal 116 104 101 0 0.10 0.13 0.55 12 0.07 0.43
Hex 74 68 65 0 A D 37 C 7 2B
Octal 164 150 145 0 12 15 67 14 7 53
Binary 1110100 1101000 1100101 0 1010 1101 110111 1100 111 101011

Color Harmonies of #746865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746865

Black with #746865

Text Example


Text Example

White with #746865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746865; }

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

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

background-color css

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

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

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

border-color css

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

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

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