Html Css Color HEX #75795C Finch

📋 copy color: '#75795C'

red 117 ◦ green 121 ◦ blue 92

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

Shades of Finch #75795C

Tints of Finch #75795C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.67%

 BLUE value IS 92 (36.33% from 255) = 27.88%

R = 35.45%
G = 36.67%
B = 27.88%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.53

RGB Variations

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

Color information

#75795C (or 0x75795C) is known color: Finch. HEX triplet: 75, 79 and 5C. RGB value is (117,121,92). Sum of RGB (Red+Green+Blue) = 117+121+92=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 92 (36.33% from 255 or 27.88% from 330); Max value from RGB is 121 - color contains mainly: green. Hex color #75795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75795C is #8A86A3. Grayscale: #747474. Windows color (decimal): -9078436 or 6060405. OLE color: 6060405.

HSL color Cylindrical-coordinate representation of color #75795C: hue angle of 68.28º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #75795C is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 121 92 -
CMYK 0.03 0 0.24 0.53
HSL 68.28º 0.14% 0.42% -
HSV(B) 68.28º 0.24% 0.47% -
XYZ 16.11 18.23 12.8 -
YUV 116.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 117 121 92 0.03 0 0.24 0.53 68.28 0.14 0.42
Hex 75 79 5C 3 0 18 35 44 E 2A
Octal 165 171 134 3 0 30 65 104 16 52
Binary 1110101 1111001 1011100 11 0 11000 110101 1000100 1110 101010

Color Harmonies of #75795C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75795C

Black with #75795C

Text Example


Text Example

White with #75795C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75795C; }

 p { color: rgb(117,121,92); }

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

background-color css

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

 a { background-color: rgb(117,121,92); }

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

border-color css

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

 span { border-color: rgb(117,121,92); }

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