Html Css Color HEX #757864 Finch

📋 copy color: '#757864'

red 117 ◦ green 120 ◦ blue 100

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

Shades of Finch #757864

Tints of Finch #757864

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.61%

 BLUE value IS 100 (39.45% from 255) = 29.67%

R = 34.72%
G = 35.61%
B = 29.67%

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

#757864 (or 0x757864) is known color: Finch. HEX triplet: 75, 78 and 64. RGB value is (117,120,100). Sum of RGB (Red+Green+Blue) = 117+120+100=337 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.72% from 337); Green value is 120 (47.27% from 255 or 35.61% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 120 - color contains mainly: green. Hex color #757864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757864 is #8A879B. Grayscale: #747474. Windows color (decimal): -9078684 or 6584437. OLE color: 6584437.

HSL color Cylindrical-coordinate representation of color #757864: hue angle of 69º 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 #757864 is Cyan = 0.02, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 100 -
CMYK 0.02 0 0.17 0.53
HSL 69º 0.09% 0.43% -
HSV(B) 69º 0.17% 0.47% -
XYZ 16.35 18.13 14.7 -
YUV 116.82 118.51 128.13 -
System Red Green Blue C M Y K H S L
Decimal 117 120 100 0.02 0 0.17 0.53 69 0.09 0.43
Hex 75 78 64 2 0 11 35 45 9 2B
Octal 165 170 144 2 0 21 65 105 11 53
Binary 1110101 1111000 1100100 10 0 10001 110101 1000101 1001 101011

Color Harmonies of #757864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757864

Black with #757864

Text Example


Text Example

White with #757864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757864; }

 p { color: rgb(117,120,100); }

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

background-color css

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

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

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

border-color css

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

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

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