Html Css Color HEX #757763 Finch

📋 copy color: '#757763'

red 117 ◦ green 119 ◦ blue 99

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

Shades of Finch #757763

Tints of Finch #757763

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.52%

 BLUE value IS 99 (39.06% from 255) = 29.55%

R = 34.93%
G = 35.52%
B = 29.55%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#757763 (or 0x757763) is known color: Finch. HEX triplet: 75, 77 and 63. RGB value is (117,119,99). Sum of RGB (Red+Green+Blue) = 117+119+99=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 119 (46.88% from 255 or 35.52% from 335); Blue value is 99 (39.06% from 255 or 29.55% from 335); Max value from RGB is 119 - color contains mainly: green. Hex color #757763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757763 is #8A889C. Grayscale: #747474. Windows color (decimal): -9078941 or 6518645. OLE color: 6518645.

HSL color Cylindrical-coordinate representation of color #757763: hue angle of 66º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #757763 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 119 99 -
CMYK 0.02 0 0.17 0.53
HSL 66º 0.09% 0.43% -
HSV(B) 66º 0.17% 0.47% -
XYZ 16.19 17.88 14.4 -
YUV 116.12 118.34 128.63 -
System Red Green Blue C M Y K H S L
Decimal 117 119 99 0.02 0 0.17 0.53 66 0.09 0.43
Hex 75 77 63 2 0 11 35 42 9 2B
Octal 165 167 143 2 0 21 65 102 11 53
Binary 1110101 1110111 1100011 10 0 10001 110101 1000010 1001 101011

Color Harmonies of #757763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757763

Black with #757763

Text Example


Text Example

White with #757763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757763; }

 p { color: rgb(117,119,99); }

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

background-color css

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

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

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

border-color css

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

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

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