Html Css Color HEX #75765F Finch

📋 copy color: '#75765F'

red 117 ◦ green 118 ◦ blue 95

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

Shades of Finch #75765F

Tints of Finch #75765F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.76%

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

R = 35.45%
G = 35.76%
B = 28.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#75765F (or 0x75765F) is known color: Finch. HEX triplet: 75, 76 and 5F. RGB value is (117,118,95). Sum of RGB (Red+Green+Blue) = 117+118+95=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 95 (37.5% from 255 or 28.79% from 330); Max value from RGB is 118 - color contains mainly: green. Hex color #75765F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75765F is #8A89A0. Grayscale: #737373. Windows color (decimal): -9079201 or 6256245. OLE color: 6256245.

HSL color Cylindrical-coordinate representation of color #75765F: hue angle of 62.61º degrees, saturation: 0.11, 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 #75765F is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 118 95 -
CMYK 0.01 0 0.19 0.54
HSL 62.61º 0.11% 0.42% -
HSV(B) 62.61º 0.19% 0.46% -
XYZ 15.88 17.57 13.38 -
YUV 115.08 116.67 129.37 -
System Red Green Blue C M Y K H S L
Decimal 117 118 95 0.01 0 0.19 0.54 62.61 0.11 0.42
Hex 75 76 5F 1 0 13 36 3F B 2A
Octal 165 166 137 1 0 23 66 77 13 52
Binary 1110101 1110110 1011111 1 0 10011 110110 111111 1011 101010

Color Harmonies of #75765F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75765F

Black with #75765F

Text Example


Text Example

White with #75765F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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