Html Css Color HEX #75775D Finch

📋 copy color: '#75775D'

red 117 ◦ green 119 ◦ blue 93

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

Shades of Finch #75775D

Tints of Finch #75775D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.17%

 BLUE value IS 93 (36.72% from 255) = 28.27%

R = 35.56%
G = 36.17%
B = 28.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#75775D (or 0x75775D) is known color: Finch. HEX triplet: 75, 77 and 5D. RGB value is (117,119,93). Sum of RGB (Red+Green+Blue) = 117+119+93=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 119 (46.88% from 255 or 36.17% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 119 - color contains mainly: green. Hex color #75775D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75775D is #8A88A2. Grayscale: #737373. Windows color (decimal): -9078947 or 6125429. OLE color: 6125429.

HSL color Cylindrical-coordinate representation of color #75775D: hue angle of 64.62º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #75775D is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 93 -
CMYK 0.02 0 0.22 0.53
HSL 64.62º 0.12% 0.42% -
HSV(B) 64.62º 0.22% 0.47% -
XYZ 15.91 17.77 12.95 -
YUV 115.44 115.34 129.11 -
System Red Green Blue C M Y K H S L
Decimal 117 119 93 0.02 0 0.22 0.53 64.62 0.12 0.42
Hex 75 77 5D 2 0 16 35 41 C 2A
Octal 165 167 135 2 0 26 65 101 14 52
Binary 1110101 1110111 1011101 10 0 10110 110101 1000001 1100 101010

Color Harmonies of #75775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75775D

Black with #75775D

Text Example


Text Example

White with #75775D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75775D; }

 p { color: rgb(117,119,93); }

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

background-color css

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

 a { background-color: rgb(117,119,93); }

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

border-color css

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

 span { border-color: rgb(117,119,93); }

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