Html Css Color HEX #75755F Finch

📋 copy color: '#75755F'

red 117 ◦ green 117 ◦ blue 95

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

Shades of Finch #75755F

Tints of Finch #75755F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 28.88%

R = 35.56%
G = 35.56%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75755F (or 0x75755F) is known color: Finch. HEX triplet: 75, 75 and 5F. RGB value is (117,117,95). Sum of RGB (Red+Green+Blue) = 117+117+95=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 117 (46.09% from 255 or 35.56% from 329); Blue value is 95 (37.5% from 255 or 28.88% from 329); Max value from RGB is 117 - color contains mainly: red, green. Hex color #75755F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75755F is #8A8AA0. Grayscale: #727272. Windows color (decimal): -9079457 or 6255989. OLE color: 6255989.

HSL color Cylindrical-coordinate representation of color #75755F: hue angle of 60º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #75755F is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 117 95 -
CMYK 0 0 0.19 0.54
HSL 60º 0.1% 0.42% -
HSV(B) 60º 0.19% 0.46% -
XYZ 15.76 17.33 13.34 -
YUV 114.49 117 129.79 -
System Red Green Blue C M Y K H S L
Decimal 117 117 95 0 0 0.19 0.54 60 0.1 0.42
Hex 75 75 5F 0 0 13 36 3C A 2A
Octal 165 165 137 0 0 23 66 74 12 52
Binary 1110101 1110101 1011111 0 0 10011 110110 111100 1010 101010

Color Harmonies of #75755F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75755F

Black with #75755F

Text Example


Text Example

White with #75755F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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