Html Css Color HEX #75755E Finch

📋 copy color: '#75755E'

red 117 ◦ green 117 ◦ blue 94

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

Shades of Finch #75755E

Tints of Finch #75755E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.67%

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

R = 35.67%
G = 35.67%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#75755E (or 0x75755E) is known color: Finch. HEX triplet: 75, 75 and 5E. RGB value is (117,117,94). Sum of RGB (Red+Green+Blue) = 117+117+94=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 94 (37.11% from 255 or 28.66% from 328); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75755E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75755E is #8A8AA1. Grayscale: #727272. Windows color (decimal): -9079458 or 6190453. OLE color: 6190453.

HSL color Cylindrical-coordinate representation of color #75755E: hue angle of 60º 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 #75755E is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 94 -
CMYK 0 0 0.20 0.54
HSL 60º 0.11% 0.41% -
HSV(B) 60º 0.2% 0.46% -
XYZ 15.72 17.31 13.1 -
YUV 114.38 116.5 129.87 -
System Red Green Blue C M Y K H S L
Decimal 117 117 94 0 0 0.20 0.54 60 0.11 0.41
Hex 75 75 5E 0 0 14 36 3C B 29
Octal 165 165 136 0 0 24 66 74 13 51
Binary 1110101 1110101 1011110 0 0 10100 110110 111100 1011 101001

Color Harmonies of #75755E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75755E

Black with #75755E

Text Example


Text Example

White with #75755E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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