Html Css Color HEX #75785D Finch

📋 copy color: '#75785D'

red 117 ◦ green 120 ◦ blue 93

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

Shades of Finch #75785D

Tints of Finch #75785D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.36%

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

R = 35.45%
G = 36.36%
B = 28.18%

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

#75785D (or 0x75785D) is known color: Finch. HEX triplet: 75, 78 and 5D. RGB value is (117,120,93). Sum of RGB (Red+Green+Blue) = 117+120+93=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 120 (47.27% from 255 or 36.36% from 330); Blue value is 93 (36.72% from 255 or 28.18% from 330); Max value from RGB is 120 - color contains mainly: green. Hex color #75785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75785D is #8A87A2. Grayscale: #747474. Windows color (decimal): -9078691 or 6125685. OLE color: 6125685.

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

Color convert

RGB 117 120 93 -
CMYK 0.02 0 0.22 0.53
HSL 66.67º 0.13% 0.42% -
HSV(B) 66.67º 0.23% 0.47% -
XYZ 16.03 18.01 12.99 -
YUV 116.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 117 120 93 0.02 0 0.22 0.53 66.67 0.13 0.42
Hex 75 78 5D 2 0 16 35 43 D 2A
Octal 165 170 135 2 0 26 65 103 15 52
Binary 1110101 1111000 1011101 10 0 10110 110101 1000011 1101 101010

Color Harmonies of #75785D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75785D

Black with #75785D

Text Example


Text Example

White with #75785D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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