Html Css Color HEX #75665E Russett

📋 copy color: '#75665E'

red 117 ◦ green 102 ◦ blue 94

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

Shades of Russett #75665E

Tints of Russett #75665E

RGB

 RED value IS 117 (46.09% from 255) = 37.38%

 GREEN value IS 102 (40.23% from 255) = 32.59%

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

R = 37.38%
G = 32.59%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75665E (or 0x75665E) is known color: Russett. HEX triplet: 75, 66 and 5E. RGB value is (117,102,94). Sum of RGB (Red+Green+Blue) = 117+102+94=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 102 (40.23% from 255 or 32.59% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 117 - color contains mainly: red. Hex color #75665E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75665E is #8A99A1. Grayscale: #696969. Windows color (decimal): -9083298 or 6186613. OLE color: 6186613.

HSL color Cylindrical-coordinate representation of color #75665E: hue angle of 20.87º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75665E is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 94 -
CMYK 0 0.13 0.20 0.54
HSL 20.87º 0.11% 0.41% -
HSV(B) 20.87º 0.2% 0.46% -
XYZ 14.11 14.09 12.57 -
YUV 105.57 121.47 136.15 -
System Red Green Blue C M Y K H S L
Decimal 117 102 94 0 0.13 0.20 0.54 20.87 0.11 0.41
Hex 75 66 5E 0 D 14 36 15 B 29
Octal 165 146 136 0 15 24 66 25 13 51
Binary 1110101 1100110 1011110 0 1101 10100 110110 10101 1011 101001

Color Harmonies of #75665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75665E

Black with #75665E

Text Example


Text Example

White with #75665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,102,94); }

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

background-color css

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

 a { background-color: rgb(117,102,94); }

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

border-color css

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

 span { border-color: rgb(117,102,94); }

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